#C6F31E

Color #C6F31E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C6F31E

Tints of Pear #C6F31E

Color information

#C6F31E (or 0xC6F31E) is unknown color: approx Pear. HEX triplet: C6, F3 and 1E. RGB value is (198,243,30). Sum of RGB (Red+Green+Blue) = 198+243+30=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F31E is #390CE1. Grayscale: #CECECE. Windows color (decimal): -3738850 or 2028486. OLE color: 2028486.

HSL color Cylindrical-coordinate representation of color #C6F31E: hue angle of 72.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6F31E is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB19824330-
CMYK0.1900.880.05
HSL72.68º89.87%53.53%-
HSV(B)72.68º87.65%95.29%-
XYZ55.5776.213.01-
YUV205.2629.09122.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 243 (95.31% from 255) = 51.59%
BLUE value IS 30 (12.11% from 255) = 6.37%
R=42.04%
G=51.59%
B=6.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198243300.1900.880.0572.6889.8753.53
HexC6F31E130585495a36
Octal30636336230130511113266
Binary110001101111001111110100110101100010110010011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F31E; }

 p { color: rgb(198,243,30); }

 H1.HeaderClassName
 {
   color: #C6F31E;
 }
 .AnyTagClassName
 {
   color: #C6F31E;
 }
</style>
background-color css

<style>
 a { background-color: #C6F31E; }

 a { background-color: rgb(198,243,30); }

 div.DivClassName
 {
   background-color: #C6F31E;
 }
 .BgClassName
 {
   background-color: #C6F31E;
 }
</style>
border-color css

<style>
 span { border-color: #C6F31E; }

 span { border-color: rgb(198,243,30); }

 td.TdClassName
 {
   border-color: #C6F31E;
 }
 .TagClassName
 {
   border-color: #C6F31E;
 }
</style>