Shades of Pear #CAE61B
Tints of Pear #CAE61B
RGB
CMYK
RGB Variations
Color information
#CAE61B (or 0xCAE61B) is known color: Pear. HEX triplet: CA, E6 and 1B. RGB value is (202,230,27). Sum of RGB (Red+Green+Blue) = 202+230+27=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE61B is #3519E4. Grayscale: #C7C7C7. Windows color (decimal): -3480037 or 1828554. OLE color: 1828554.
HSL color Cylindrical-coordinate representation of color #CAE61B: hue angle of 68.28º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAE61B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 27 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.10 |
| HSL | 68.28º | 0.8% | 0.5% | - |
| HSV(B) | 68.28º | 0.88% | 0.9% | - |
| XYZ | 52.85 | 69.23 | 11.61 | - |
| YUV | 198.49 | 31.22 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 27 | 0.12 | 0 | 0.88 | 0.10 | 68.28 | 0.8 | 0.5 |
| Hex | CA | E6 | 1B | C | 0 | 58 | A | 44 | 50 | 32 |
| Octal | 312 | 346 | 33 | 14 | 0 | 130 | 12 | 104 | 120 | 62 |
| Binary | 11001010 | 11100110 | 11011 | 1100 | 0 | 1011000 | 1010 | 1000100 | 1010000 | 110010 |
Color Harmonies of #CAE61B
Complementary color
Monochromatic Colors of #CAE61B
Black with #CAE61B
Text Example
Text Example
White with #CAE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE61B; }
p { color: rgb(202,230,27); }
H1.HeaderClassName
{
color: #CAE61B;
}
.AnyTagClassName
{
color: #CAE61B;
}
</style>
background-color css
<style>
a { background-color: #CAE61B; }
a { background-color: rgb(202,230,27); }
div.DivClassName
{
background-color: #CAE61B;
}
.BgClassName
{
background-color: #CAE61B;
}
</style>
border-color css
<style>
span { border-color: #CAE61B; }
span { border-color: rgb(202,230,27); }
td.TdClassName
{
border-color: #CAE61B;
}
.TagClassName
{
border-color: #CAE61B;
}
</style>