#CAE539

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

Shades of Pear #CAE539

Tints of Pear #CAE539

Color information

#CAE539 (or 0xCAE539) is unknown color: approx Pear. HEX triplet: CA, E5 and 39. RGB value is (202,229,57). Sum of RGB (Red+Green+Blue) = 202+229+57=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE539 is #351AC6. Grayscale: #C9C9C9. Windows color (decimal): -3480263 or 3794378. OLE color: 3794378.

HSL color Cylindrical-coordinate representation of color #CAE539: hue angle of 69.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAE539 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB20222957-
CMYK0.1200.750.10
HSL69.42º76.79%56.08%-
HSV(B)69.42º75.11%89.8%-
XYZ53.1168.8914.37-
YUV201.3246.55128.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 229 (89.84% from 255) = 46.93%
BLUE value IS 57 (22.66% from 255) = 11.68%
R=41.39%
G=46.93%
B=11.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202229570.1200.750.1069.4276.7956.08
HexCAE539C04BA454d38
Octal312345711401131210511570
Binary1100101011100101111001110001001011101010001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE539; }

 p { color: rgb(202,229,57); }

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

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

 a { background-color: rgb(202,229,57); }

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

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

 span { border-color: rgb(202,229,57); }

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