Shades of Pear #CAF630
Tints of Pear #CAF630
RGB
CMYK
RGB Variations
Color information
#CAF630 (or 0xCAF630) is known color: Pear. HEX triplet: CA, F6 and 30. RGB value is (202,246,48). Sum of RGB (Red+Green+Blue) = 202+246+48=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF630 is #3509CF. Grayscale: #D3D3D3. Windows color (decimal): -3475920 or 3208906. OLE color: 3208906.
HSL color Cylindrical-coordinate representation of color #CAF630: hue angle of 73.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF630 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 48 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.04 |
| HSL | 73.33º | 0.92% | 0.58% | - |
| HSV(B) | 73.33º | 0.8% | 0.96% | - |
| XYZ | 57.85 | 78.68 | 14.93 | - |
| YUV | 210.27 | 36.42 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 48 | 0.18 | 0 | 0.80 | 0.04 | 73.33 | 0.92 | 0.58 |
| Hex | CA | F6 | 30 | 12 | 0 | 50 | 4 | 49 | 5C | 3A |
| Octal | 312 | 366 | 60 | 22 | 0 | 120 | 4 | 111 | 134 | 72 |
| Binary | 11001010 | 11110110 | 110000 | 10010 | 0 | 1010000 | 100 | 1001001 | 1011100 | 111010 |
Color Harmonies of #CAF630
Complementary color
Monochromatic Colors of #CAF630
Black with #CAF630
Text Example
Text Example
White with #CAF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF630; }
p { color: rgb(202,246,48); }
H1.HeaderClassName
{
color: #CAF630;
}
.AnyTagClassName
{
color: #CAF630;
}
</style>
background-color css
<style>
a { background-color: #CAF630; }
a { background-color: rgb(202,246,48); }
div.DivClassName
{
background-color: #CAF630;
}
.BgClassName
{
background-color: #CAF630;
}
</style>
border-color css
<style>
span { border-color: #CAF630; }
span { border-color: rgb(202,246,48); }
td.TdClassName
{
border-color: #CAF630;
}
.TagClassName
{
border-color: #CAF630;
}
</style>