Shades of Pear #CDF31F
Tints of Pear #CDF31F
RGB
CMYK
RGB Variations
Color information
#CDF31F (or 0xCDF31F) is known color: Pear. HEX triplet: CD, F3 and 1F. RGB value is (205,243,31). Sum of RGB (Red+Green+Blue) = 205+243+31=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF31F is #320CE0. Grayscale: #D0D0D0. Windows color (decimal): -3280097 or 2094029. OLE color: 2094029.
HSL color Cylindrical-coordinate representation of color #CDF31F: hue angle of 70.75º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF31F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.05 |
| HSL | 70.75º | 0.9% | 0.54% | - |
| HSV(B) | 70.75º | 0.87% | 0.95% | - |
| XYZ | 57.47 | 77.18 | 13.16 | - |
| YUV | 207.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 31 | 0.16 | 0 | 0.87 | 0.05 | 70.75 | 0.9 | 0.54 |
| Hex | CD | F3 | 1F | 10 | 0 | 57 | 5 | 47 | 5A | 36 |
| Octal | 315 | 363 | 37 | 20 | 0 | 127 | 5 | 107 | 132 | 66 |
| Binary | 11001101 | 11110011 | 11111 | 10000 | 0 | 1010111 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CDF31F
Complementary color
Monochromatic Colors of #CDF31F
Black with #CDF31F
Text Example
Text Example
White with #CDF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF31F; }
p { color: rgb(205,243,31); }
H1.HeaderClassName
{
color: #CDF31F;
}
.AnyTagClassName
{
color: #CDF31F;
}
</style>
background-color css
<style>
a { background-color: #CDF31F; }
a { background-color: rgb(205,243,31); }
div.DivClassName
{
background-color: #CDF31F;
}
.BgClassName
{
background-color: #CDF31F;
}
</style>
border-color css
<style>
span { border-color: #CDF31F; }
span { border-color: rgb(205,243,31); }
td.TdClassName
{
border-color: #CDF31F;
}
.TagClassName
{
border-color: #CDF31F;
}
</style>