Shades of Pear #C8F23F
Tints of Pear #C8F23F
RGB
CMYK
RGB Variations
Color information
#C8F23F (or 0xC8F23F) is known color: Pear. HEX triplet: C8, F2 and 3F. RGB value is (200,242,63). Sum of RGB (Red+Green+Blue) = 200+242+63=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F23F is #370DC0. Grayscale: #D1D1D1. Windows color (decimal): -3608001 or 4190920. OLE color: 4190920.
HSL color Cylindrical-coordinate representation of color #C8F23F: hue angle of 74.08º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8F23F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
RGB | 200 | 242 | 63 | - |
CMYK | 0.17 | 0 | 0.74 | 0.05 |
HSL | 74.08º | 0.87% | 0.6% | - |
HSV(B) | 74.08º | 0.74% | 0.95% | - |
XYZ | 56.47 | 76.14 | 16.42 | - |
YUV | 209.04 | 45.59 | 121.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 242 | 63 | 0.17 | 0 | 0.74 | 0.05 | 74.08 | 0.87 | 0.6 |
Hex | C8 | F2 | 3F | 11 | 0 | 4A | 5 | 4A | 57 | 3C |
Octal | 310 | 362 | 77 | 21 | 0 | 112 | 5 | 112 | 127 | 74 |
Binary | 11001000 | 11110010 | 111111 | 10001 | 0 | 1001010 | 101 | 1001010 | 1010111 | 111100 |
Color Harmonies of #C8F23F
Complementary color
Monochromatic Colors of #C8F23F
Black with #C8F23F
Text Example
Text Example
White with #C8F23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F23F; }
p { color: rgb(200,242,63); }
H1.HeaderClassName
{
color: #C8F23F;
}
.AnyTagClassName
{
color: #C8F23F;
}
</style>
background-color css
<style>
a { background-color: #C8F23F; }
a { background-color: rgb(200,242,63); }
div.DivClassName
{
background-color: #C8F23F;
}
.BgClassName
{
background-color: #C8F23F;
}
</style>
border-color css
<style>
span { border-color: #C8F23F; }
span { border-color: rgb(200,242,63); }
td.TdClassName
{
border-color: #C8F23F;
}
.TagClassName
{
border-color: #C8F23F;
}
</style>