#CADF30

Color #CADF30 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CADF30

Tints of Pear #CADF30

Color information

#CADF30 (or 0xCADF30) is unknown color: approx 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

RGB20222348-
CMYK0.0900.780.13
HSL67.2º73.22%53.14%-
HSV(B)67.2º78.48%87.45%-
XYZ51.2865.5512.75-
YUV196.7744.04131.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 48 (19.14% from 255) = 10.15%
R=42.71%
G=47.15%
B=10.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202223480.0900.780.1367.273.2253.14
HexCADF30904ED434935
Octal312337601101161510311165
Binary1100101011011111110000100101001110110110000111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>