#C8F03F

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

Shades of Pear #C8F03F

Tints of Pear #C8F03F

Color information

#C8F03F (or 0xC8F03F) is unknown color: approx Pear. HEX triplet: C8, F0 and 3F. RGB value is (200,240,63). Sum of RGB (Red+Green+Blue) = 200+240+63=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F03F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F03F is #370FC0. Grayscale: #D0D0D0. Windows color (decimal): -3608513 or 4190408. OLE color: 4190408.

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

Color convert

RGB20024063-
CMYK0.1700.740.06
HSL73.56º85.51%59.41%-
HSV(B)73.56º73.75%94.12%-
XYZ55.8874.9616.23-
YUV207.8646.25122.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 63 (25% from 255) = 12.52%
R=39.76%
G=47.71%
B=12.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200240630.1700.740.0673.5685.5159.41
HexC8F03F1104A64a563b
Octal31036077210112611212673
Binary1100100011110000111111100010100101011010010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F03F; }

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

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

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

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

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

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

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

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