Shades of Pear #CDF23B
Tints of Pear #CDF23B
RGB
CMYK
RGB Variations
Color information
#CDF23B (or 0xCDF23B) is known color: Pear. HEX triplet: CD, F2 and 3B. RGB value is (205,242,59). Sum of RGB (Red+Green+Blue) = 205+242+59=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF23B is #320DC4. Grayscale: #D2D2D2. Windows color (decimal): -3280325 or 3928781. OLE color: 3928781.
HSL color Cylindrical-coordinate representation of color #CDF23B: hue angle of 72.13º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDF23B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 59 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.05 |
| HSL | 72.13º | 0.88% | 0.59% | - |
| HSV(B) | 72.13º | 0.76% | 0.95% | - |
| XYZ | 57.72 | 76.8 | 15.92 | - |
| YUV | 210.08 | 42.74 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 59 | 0.15 | 0 | 0.76 | 0.05 | 72.13 | 0.88 | 0.59 |
| Hex | CD | F2 | 3B | F | 0 | 4C | 5 | 48 | 58 | 3B |
| Octal | 315 | 362 | 73 | 17 | 0 | 114 | 5 | 110 | 130 | 73 |
| Binary | 11001101 | 11110010 | 111011 | 1111 | 0 | 1001100 | 101 | 1001000 | 1011000 | 111011 |
Color Harmonies of #CDF23B
Complementary color
Monochromatic Colors of #CDF23B
Black with #CDF23B
Text Example
Text Example
White with #CDF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF23B; }
p { color: rgb(205,242,59); }
H1.HeaderClassName
{
color: #CDF23B;
}
.AnyTagClassName
{
color: #CDF23B;
}
</style>
background-color css
<style>
a { background-color: #CDF23B; }
a { background-color: rgb(205,242,59); }
div.DivClassName
{
background-color: #CDF23B;
}
.BgClassName
{
background-color: #CDF23B;
}
</style>
border-color css
<style>
span { border-color: #CDF23B; }
span { border-color: rgb(205,242,59); }
td.TdClassName
{
border-color: #CDF23B;
}
.TagClassName
{
border-color: #CDF23B;
}
</style>