#caeb20

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

Shades of Pear #CAEB20

Tints of Pear #CAEB20

Color information

#CAEB20 (or 0xCAEB20) is unknown color: approx Pear. HEX triplet: CA, EB and 20. RGB value is (202,235,32). Sum of RGB (Red+Green+Blue) = 202+235+32=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEB20 is #3514DF. Grayscale: #CACACA. Windows color (decimal): -3478752 or 2157514. OLE color: 2157514.

HSL color Cylindrical-coordinate representation of color #CAEB20: hue angle of 69.75º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAEB20 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB20223532-
CMYK0.1400.860.08
HSL69.75º83.54%52.35%-
HSV(B)69.75º86.38%92.16%-
XYZ54.3372.0812.42-
YUV201.9932.07128.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 235 (92.19% from 255) = 50.11%
BLUE value IS 32 (12.89% from 255) = 6.82%
R=43.07%
G=50.11%
B=6.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202235320.1400.860.0869.7583.5452.35
HexCAEB20E0568465434
Octal312353401601261010612464
Binary1100101011101011100000111001010110100010001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caeb20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caeb20; }

 p { color: rgb(202,235,32); }

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

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

 a { background-color: rgb(202,235,32); }

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

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

 span { border-color: rgb(202,235,32); }

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