Shades of Pear #CCFD2B
Tints of Pear #CCFD2B
RGB
CMYK
RGB Variations
Color information
#CCFD2B (or 0xCCFD2B) is known color: Pear. HEX triplet: CC, FD and 2B. RGB value is (204,253,43). Sum of RGB (Red+Green+Blue) = 204+253+43=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2B is #3302D4. Grayscale: #D7D7D7. Windows color (decimal): -3343061 or 2883020. OLE color: 2883020.
HSL color Cylindrical-coordinate representation of color #CCFD2B: hue angle of 74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCFD2B is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 43 | - |
CMYK | 0.19 | 0 | 0.83 | 0.01 |
HSL | 74º | 0.98% | 0.58% | - |
HSV(B) | 74º | 0.83% | 0.99% | - |
XYZ | 60.46 | 83.26 | 15.17 | - |
YUV | 214.41 | 31.27 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 43 | 0.19 | 0 | 0.83 | 0.01 | 74 | 0.98 | 0.58 |
Hex | CC | FD | 2B | 13 | 0 | 53 | 1 | 4A | 62 | 3A |
Octal | 314 | 375 | 53 | 23 | 0 | 123 | 1 | 112 | 142 | 72 |
Binary | 11001100 | 11111101 | 101011 | 10011 | 0 | 1010011 | 1 | 1001010 | 1100010 | 111010 |
Color Harmonies of #CCFD2B
Complementary color
Monochromatic Colors of #CCFD2B
Black with #CCFD2B
Text Example
Text Example
White with #CCFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD2B; }
p { color: rgb(204,253,43); }
H1.HeaderClassName
{
color: #CCFD2B;
}
.AnyTagClassName
{
color: #CCFD2B;
}
</style>
background-color css
<style>
a { background-color: #CCFD2B; }
a { background-color: rgb(204,253,43); }
div.DivClassName
{
background-color: #CCFD2B;
}
.BgClassName
{
background-color: #CCFD2B;
}
</style>
border-color css
<style>
span { border-color: #CCFD2B; }
span { border-color: rgb(204,253,43); }
td.TdClassName
{
border-color: #CCFD2B;
}
.TagClassName
{
border-color: #CCFD2B;
}
</style>