Shades of Pear #CDE81F
Tints of Pear #CDE81F
RGB
CMYK
RGB Variations
Color information
#CDE81F (or 0xCDE81F) is known color: Pear. HEX triplet: CD, E8 and 1F. RGB value is (205,232,31). Sum of RGB (Red+Green+Blue) = 205+232+31=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE81F is #3217E0. Grayscale: #C9C9C9. Windows color (decimal): -3282913 or 2091213. OLE color: 2091213.
HSL color Cylindrical-coordinate representation of color #CDE81F: hue angle of 68.06º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDE81F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 31 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.09 |
| HSL | 68.06º | 0.81% | 0.52% | - |
| HSV(B) | 68.06º | 0.87% | 0.91% | - |
| XYZ | 54.28 | 70.79 | 12.1 | - |
| YUV | 201.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 31 | 0.12 | 0 | 0.87 | 0.09 | 68.06 | 0.81 | 0.52 |
| Hex | CD | E8 | 1F | C | 0 | 57 | 9 | 44 | 51 | 34 |
| Octal | 315 | 350 | 37 | 14 | 0 | 127 | 11 | 104 | 121 | 64 |
| Binary | 11001101 | 11101000 | 11111 | 1100 | 0 | 1010111 | 1001 | 1000100 | 1010001 | 110100 |
Color Harmonies of #CDE81F
Complementary color
Monochromatic Colors of #CDE81F
Black with #CDE81F
Text Example
Text Example
White with #CDE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE81F; }
p { color: rgb(205,232,31); }
H1.HeaderClassName
{
color: #CDE81F;
}
.AnyTagClassName
{
color: #CDE81F;
}
</style>
background-color css
<style>
a { background-color: #CDE81F; }
a { background-color: rgb(205,232,31); }
div.DivClassName
{
background-color: #CDE81F;
}
.BgClassName
{
background-color: #CDE81F;
}
</style>
border-color css
<style>
span { border-color: #CDE81F; }
span { border-color: rgb(205,232,31); }
td.TdClassName
{
border-color: #CDE81F;
}
.TagClassName
{
border-color: #CDE81F;
}
</style>