Shades of Pear #CCF12B
Tints of Pear #CCF12B
RGB
CMYK
RGB Variations
Color information
#CCF12B (or 0xCCF12B) is known color: Pear. HEX triplet: CC, F1 and 2B. RGB value is (204,241,43). Sum of RGB (Red+Green+Blue) = 204+241+43=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12B is #330ED4. Grayscale: #D0D0D0. Windows color (decimal): -3346133 or 2879948. OLE color: 2879948.
HSL color Cylindrical-coordinate representation of color #CCF12B: hue angle of 71.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF12B is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 241 | 43 | - |
CMYK | 0.15 | 0 | 0.82 | 0.05 |
HSL | 71.21º | 0.88% | 0.56% | - |
HSV(B) | 71.21º | 0.82% | 0.95% | - |
XYZ | 56.79 | 75.92 | 13.95 | - |
YUV | 207.37 | 35.24 | 125.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 241 | 43 | 0.15 | 0 | 0.82 | 0.05 | 71.21 | 0.88 | 0.56 |
Hex | CC | F1 | 2B | F | 0 | 52 | 5 | 47 | 58 | 38 |
Octal | 314 | 361 | 53 | 17 | 0 | 122 | 5 | 107 | 130 | 70 |
Binary | 11001100 | 11110001 | 101011 | 1111 | 0 | 1010010 | 101 | 1000111 | 1011000 | 111000 |
Color Harmonies of #CCF12B
Complementary color
Monochromatic Colors of #CCF12B
Black with #CCF12B
Text Example
Text Example
White with #CCF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF12B; }
p { color: rgb(204,241,43); }
H1.HeaderClassName
{
color: #CCF12B;
}
.AnyTagClassName
{
color: #CCF12B;
}
</style>
background-color css
<style>
a { background-color: #CCF12B; }
a { background-color: rgb(204,241,43); }
div.DivClassName
{
background-color: #CCF12B;
}
.BgClassName
{
background-color: #CCF12B;
}
</style>
border-color css
<style>
span { border-color: #CCF12B; }
span { border-color: rgb(204,241,43); }
td.TdClassName
{
border-color: #CCF12B;
}
.TagClassName
{
border-color: #CCF12B;
}
</style>