Shades of Pear #CADF30
Tints of Pear #CADF30
RGB
CMYK
RGB Variations
Color information
#CADF30 (or 0xCADF30) is known color: Pear. HEX triplet: CA, DF and 30. RGB value is (202,223,48). Sum of RGB (Red+Green+Blue) = 202+223+48=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADF30 is #3520CF. Grayscale: #C5C5C5. Windows color (decimal): -3481808 or 3203018. OLE color: 3203018.
HSL color Cylindrical-coordinate representation of color #CADF30: hue angle of 67.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CADF30 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 48 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.13 |
| HSL | 67.2º | 0.73% | 0.53% | - |
| HSV(B) | 67.2º | 0.78% | 0.87% | - |
| XYZ | 51.28 | 65.55 | 12.75 | - |
| YUV | 196.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 48 | 0.09 | 0 | 0.78 | 0.13 | 67.2 | 0.73 | 0.53 |
| Hex | CA | DF | 30 | 9 | 0 | 4E | D | 43 | 49 | 35 |
| Octal | 312 | 337 | 60 | 11 | 0 | 116 | 15 | 103 | 111 | 65 |
| Binary | 11001010 | 11011111 | 110000 | 1001 | 0 | 1001110 | 1101 | 1000011 | 1001001 | 110101 |
Color Harmonies of #CADF30
Complementary color
Monochromatic Colors of #CADF30
Black with #CADF30
Text Example
Text Example
White with #CADF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF30; }
p { color: rgb(202,223,48); }
H1.HeaderClassName
{
color: #CADF30;
}
.AnyTagClassName
{
color: #CADF30;
}
</style>
background-color css
<style>
a { background-color: #CADF30; }
a { background-color: rgb(202,223,48); }
div.DivClassName
{
background-color: #CADF30;
}
.BgClassName
{
background-color: #CADF30;
}
</style>
border-color css
<style>
span { border-color: #CADF30; }
span { border-color: rgb(202,223,48); }
td.TdClassName
{
border-color: #CADF30;
}
.TagClassName
{
border-color: #CADF30;
}
</style>