Shades of Pear #CAE318
Tints of Pear #CAE318
RGB
CMYK
RGB Variations
Color information
#CAE318 (or 0xCAE318) is known color: Pear. HEX triplet: CA, E3 and 18. RGB value is (202,227,24). Sum of RGB (Red+Green+Blue) = 202+227+24=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE318 is #351CE7. Grayscale: #C5C5C5. Windows color (decimal): -3480808 or 1631178. OLE color: 1631178.
HSL color Cylindrical-coordinate representation of color #CAE318: hue angle of 67.39º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAE318 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 24 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.39º | 0.81% | 0.49% | - |
| HSV(B) | 67.39º | 0.89% | 0.89% | - |
| XYZ | 51.99 | 67.56 | 11.16 | - |
| YUV | 196.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 24 | 0.11 | 0 | 0.89 | 0.11 | 67.39 | 0.81 | 0.49 |
| Hex | CA | E3 | 18 | B | 0 | 59 | B | 43 | 51 | 31 |
| Octal | 312 | 343 | 30 | 13 | 0 | 131 | 13 | 103 | 121 | 61 |
| Binary | 11001010 | 11100011 | 11000 | 1011 | 0 | 1011001 | 1011 | 1000011 | 1010001 | 110001 |
Color Harmonies of #CAE318
Complementary color
Monochromatic Colors of #CAE318
Black with #CAE318
Text Example
Text Example
White with #CAE318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE318; }
p { color: rgb(202,227,24); }
H1.HeaderClassName
{
color: #CAE318;
}
.AnyTagClassName
{
color: #CAE318;
}
</style>
background-color css
<style>
a { background-color: #CAE318; }
a { background-color: rgb(202,227,24); }
div.DivClassName
{
background-color: #CAE318;
}
.BgClassName
{
background-color: #CAE318;
}
</style>
border-color css
<style>
span { border-color: #CAE318; }
span { border-color: rgb(202,227,24); }
td.TdClassName
{
border-color: #CAE318;
}
.TagClassName
{
border-color: #CAE318;
}
</style>