#CAEA40

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

Shades of Pear #CAEA40

Tints of Pear #CAEA40

Color information

#CAEA40 (or 0xCAEA40) is unknown color: approx Pear. HEX triplet: CA, EA and 40. RGB value is (202,234,64). Sum of RGB (Red+Green+Blue) = 202+234+64=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA40 is #3515BF. Grayscale: #CDCDCD. Windows color (decimal): -3478976 or 4254410. OLE color: 4254410.

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

Color convert

RGB20223464-
CMYK0.1400.730.08
HSL71.29º80.19%58.43%-
HSV(B)71.29º72.65%91.76%-
XYZ54.7171.7715.82-
YUV205.0548.4125.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 64 (25.39% from 255) = 12.8%
R=40.4%
G=46.8%
B=12.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202234640.1400.730.0871.2980.1958.43
HexCAEA40E049847503a
Octal3123521001601111010712072
Binary11001010111010101000000111001001001100010001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA40; }

 p { color: rgb(202,234,64); }

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

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

 a { background-color: rgb(202,234,64); }

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

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

 span { border-color: rgb(202,234,64); }

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