#CADD2B

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

Shades of Pear #CADD2B

Tints of Pear #CADD2B

Color information

#CADD2B (or 0xCADD2B) is unknown color: approx Pear. HEX triplet: CA, DD and 2B. RGB value is (202,221,43). Sum of RGB (Red+Green+Blue) = 202+221+43=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD2B is #3522D4. Grayscale: #C3C3C3. Windows color (decimal): -3482325 or 2874826. OLE color: 2874826.

HSL color Cylindrical-coordinate representation of color #CADD2B: hue angle of 66.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CADD2B is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB20222143-
CMYK0.0900.810.13
HSL66.4º72.36%51.76%-
HSV(B)66.4º80.54%86.67%-
XYZ50.6564.4412.05-
YUV195.0342.21132.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 43 (17.19% from 255) = 9.23%
R=43.35%
G=47.42%
B=9.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202221430.0900.810.1366.472.3651.76
HexCADD2B9051D424834
Octal312335531101211510211064
Binary1100101011011101101011100101010001110110000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD2B; }

 p { color: rgb(202,221,43); }

 H1.HeaderClassName
 {
   color: #CADD2B;
 }
 .AnyTagClassName
 {
   color: #CADD2B;
 }
</style>
background-color css

<style>
 a { background-color: #CADD2B; }

 a { background-color: rgb(202,221,43); }

 div.DivClassName
 {
   background-color: #CADD2B;
 }
 .BgClassName
 {
   background-color: #CADD2B;
 }
</style>
border-color css

<style>
 span { border-color: #CADD2B; }

 span { border-color: rgb(202,221,43); }

 td.TdClassName
 {
   border-color: #CADD2B;
 }
 .TagClassName
 {
   border-color: #CADD2B;
 }
</style>