Shades of Pear #CAE426
Tints of Pear #CAE426
RGB
CMYK
RGB Variations
Color information
#CAE426 (or 0xCAE426) is known color: Pear. HEX triplet: CA, E4 and 26. RGB value is (202,228,38). Sum of RGB (Red+Green+Blue) = 202+228+38=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE426 is #351BD9. Grayscale: #C7C7C7. Windows color (decimal): -3480538 or 2548938. OLE color: 2548938.
HSL color Cylindrical-coordinate representation of color #CAE426: hue angle of 68.21º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAE426 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 38 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.11 |
| HSL | 68.21º | 0.78% | 0.52% | - |
| HSV(B) | 68.21º | 0.83% | 0.89% | - |
| XYZ | 52.45 | 68.18 | 12.23 | - |
| YUV | 198.57 | 37.39 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 38 | 0.11 | 0 | 0.83 | 0.11 | 68.21 | 0.78 | 0.52 |
| Hex | CA | E4 | 26 | B | 0 | 53 | B | 44 | 4E | 34 |
| Octal | 312 | 344 | 46 | 13 | 0 | 123 | 13 | 104 | 116 | 64 |
| Binary | 11001010 | 11100100 | 100110 | 1011 | 0 | 1010011 | 1011 | 1000100 | 1001110 | 110100 |
Color Harmonies of #CAE426
Complementary color
Monochromatic Colors of #CAE426
Black with #CAE426
Text Example
Text Example
White with #CAE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE426; }
p { color: rgb(202,228,38); }
H1.HeaderClassName
{
color: #CAE426;
}
.AnyTagClassName
{
color: #CAE426;
}
</style>
background-color css
<style>
a { background-color: #CAE426; }
a { background-color: rgb(202,228,38); }
div.DivClassName
{
background-color: #CAE426;
}
.BgClassName
{
background-color: #CAE426;
}
</style>
border-color css
<style>
span { border-color: #CAE426; }
span { border-color: rgb(202,228,38); }
td.TdClassName
{
border-color: #CAE426;
}
.TagClassName
{
border-color: #CAE426;
}
</style>