Shades of Pear #CAE618
Tints of Pear #CAE618
RGB
CMYK
RGB Variations
Color information
#CAE618 (or 0xCAE618) is known color: Pear. HEX triplet: CA, E6 and 18. RGB value is (202,230,24). Sum of RGB (Red+Green+Blue) = 202+230+24=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE618 is #3519E7. Grayscale: #C6C6C6. Windows color (decimal): -3480040 or 1631946. OLE color: 1631946.
HSL color Cylindrical-coordinate representation of color #CAE618: hue angle of 68.16º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE618 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 24 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.10 |
| HSL | 68.16º | 0.81% | 0.5% | - |
| HSV(B) | 68.16º | 0.9% | 0.9% | - |
| XYZ | 52.82 | 69.22 | 11.44 | - |
| YUV | 198.14 | 29.72 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 24 | 0.12 | 0 | 0.90 | 0.10 | 68.16 | 0.81 | 0.5 |
| Hex | CA | E6 | 18 | C | 0 | 5A | A | 44 | 51 | 32 |
| Octal | 312 | 346 | 30 | 14 | 0 | 132 | 12 | 104 | 121 | 62 |
| Binary | 11001010 | 11100110 | 11000 | 1100 | 0 | 1011010 | 1010 | 1000100 | 1010001 | 110010 |
Color Harmonies of #CAE618
Complementary color
Monochromatic Colors of #CAE618
Black with #CAE618
Text Example
Text Example
White with #CAE618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE618; }
p { color: rgb(202,230,24); }
H1.HeaderClassName
{
color: #CAE618;
}
.AnyTagClassName
{
color: #CAE618;
}
</style>
background-color css
<style>
a { background-color: #CAE618; }
a { background-color: rgb(202,230,24); }
div.DivClassName
{
background-color: #CAE618;
}
.BgClassName
{
background-color: #CAE618;
}
</style>
border-color css
<style>
span { border-color: #CAE618; }
span { border-color: rgb(202,230,24); }
td.TdClassName
{
border-color: #CAE618;
}
.TagClassName
{
border-color: #CAE618;
}
</style>