Shades of Pear #CDFF23
Tints of Pear #CDFF23
RGB
CMYK
RGB Variations
Color information
#CDFF23 (or 0xCDFF23) is known color: Pear. HEX triplet: CD, FF and 23. RGB value is (205,255,35). Sum of RGB (Red+Green+Blue) = 205+255+35=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF23 is #3200DC. Grayscale: #D7D7D7. Windows color (decimal): -3277021 or 2359245. OLE color: 2359245.
HSL color Cylindrical-coordinate representation of color #CDFF23: hue angle of 73.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDFF23 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 35 | - |
| CMYK | 0.20 | 0 | 0.86 | 0 |
| HSL | 73.64º | 1% | 0.57% | - |
| HSV(B) | 73.64º | 0.86% | 1% | - |
| XYZ | 61.24 | 84.62 | 14.7 | - |
| YUV | 214.97 | 26.44 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 35 | 0.20 | 0 | 0.86 | 0 | 73.64 | 1 | 0.57 |
| Hex | CD | FF | 23 | 14 | 0 | 56 | 0 | 4A | 64 | 39 |
| Octal | 315 | 377 | 43 | 24 | 0 | 126 | 0 | 112 | 144 | 71 |
| Binary | 11001101 | 11111111 | 100011 | 10100 | 0 | 1010110 | 0 | 1001010 | 1100100 | 111001 |
Color Harmonies of #CDFF23
Complementary color
Monochromatic Colors of #CDFF23
Black with #CDFF23
Text Example
Text Example
White with #CDFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF23; }
p { color: rgb(205,255,35); }
H1.HeaderClassName
{
color: #CDFF23;
}
.AnyTagClassName
{
color: #CDFF23;
}
</style>
background-color css
<style>
a { background-color: #CDFF23; }
a { background-color: rgb(205,255,35); }
div.DivClassName
{
background-color: #CDFF23;
}
.BgClassName
{
background-color: #CDFF23;
}
</style>
border-color css
<style>
span { border-color: #CDFF23; }
span { border-color: rgb(205,255,35); }
td.TdClassName
{
border-color: #CDFF23;
}
.TagClassName
{
border-color: #CDFF23;
}
</style>