Shades of Pear #CAED2B
Tints of Pear #CAED2B
RGB
CMYK
RGB Variations
Color information
#CAED2B (or 0xCAED2B) is known color: Pear. HEX triplet: CA, ED and 2B. RGB value is (202,237,43). Sum of RGB (Red+Green+Blue) = 202+237+43=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAED2B is #3512D4. Grayscale: #CDCDCD. Windows color (decimal): -3478229 or 2878922. OLE color: 2878922.
HSL color Cylindrical-coordinate representation of color #CAED2B: hue angle of 70.82º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAED2B is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 237 | 43 | - |
CMYK | 0.15 | 0 | 0.82 | 0.07 |
HSL | 70.82º | 0.84% | 0.55% | - |
HSV(B) | 70.82º | 0.82% | 0.93% | - |
XYZ | 55.08 | 73.3 | 13.53 | - |
YUV | 204.42 | 36.9 | 126.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 237 | 43 | 0.15 | 0 | 0.82 | 0.07 | 70.82 | 0.84 | 0.55 |
Hex | CA | ED | 2B | F | 0 | 52 | 7 | 47 | 54 | 37 |
Octal | 312 | 355 | 53 | 17 | 0 | 122 | 7 | 107 | 124 | 67 |
Binary | 11001010 | 11101101 | 101011 | 1111 | 0 | 1010010 | 111 | 1000111 | 1010100 | 110111 |
Color Harmonies of #CAED2B
Complementary color
Monochromatic Colors of #CAED2B
Black with #CAED2B
Text Example
Text Example
White with #CAED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAED2B; }
p { color: rgb(202,237,43); }
H1.HeaderClassName
{
color: #CAED2B;
}
.AnyTagClassName
{
color: #CAED2B;
}
</style>
background-color css
<style>
a { background-color: #CAED2B; }
a { background-color: rgb(202,237,43); }
div.DivClassName
{
background-color: #CAED2B;
}
.BgClassName
{
background-color: #CAED2B;
}
</style>
border-color css
<style>
span { border-color: #CAED2B; }
span { border-color: rgb(202,237,43); }
td.TdClassName
{
border-color: #CAED2B;
}
.TagClassName
{
border-color: #CAED2B;
}
</style>