#C8F01C

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

Shades of Pear #C8F01C

Tints of Pear #C8F01C

Color information

#C8F01C (or 0xC8F01C) is unknown color: approx Pear. HEX triplet: C8, F0 and 1C. RGB value is (200,240,28). Sum of RGB (Red+Green+Blue) = 200+240+28=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F01C is #370FE3. Grayscale: #CCCCCC. Windows color (decimal): -3608548 or 1896648. OLE color: 1896648.

HSL color Cylindrical-coordinate representation of color #C8F01C: hue angle of 71.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8F01C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB20024028-
CMYK0.1700.880.06
HSL71.32º87.6%52.55%-
HSV(B)71.32º88.33%94.12%-
XYZ55.1974.6812.61-
YUV203.8728.75125.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 240 (94.14% from 255) = 51.28%
BLUE value IS 28 (11.33% from 255) = 5.98%
R=42.74%
G=51.28%
B=5.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200240280.1700.880.0671.3287.652.55
HexC8F01C110586475835
Octal31036034210130610713065
Binary110010001111000011100100010101100011010001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F01C; }

 p { color: rgb(200,240,28); }

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

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

 a { background-color: rgb(200,240,28); }

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

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

 span { border-color: rgb(200,240,28); }

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