#CAEE45

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

Shades of Pear #CAEE45

Tints of Pear #CAEE45

Color information

#CAEE45 (or 0xCAEE45) is unknown color: approx Pear. HEX triplet: CA, EE and 45. RGB value is (202,238,69). Sum of RGB (Red+Green+Blue) = 202+238+69=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEE45 is #3511BA. Grayscale: #D0D0D0. Windows color (decimal): -3477947 or 4583114. OLE color: 4583114.

HSL color Cylindrical-coordinate representation of color #CAEE45: hue angle of 72.78º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAEE45 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB20223869-
CMYK0.1500.710.07
HSL72.78º83.25%60.2%-
HSV(B)72.78º71.01%93.33%-
XYZ56.0174.1416.99-
YUV207.9749.57123.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 238 (93.36% from 255) = 46.76%
BLUE value IS 69 (27.34% from 255) = 13.56%
R=39.69%
G=46.76%
B=13.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202238690.1500.710.0772.7883.2560.2
HexCAEE45F047749533c
Octal312356105170107711112374
Binary1100101011101110100010111110100011111110010011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE45; }

 p { color: rgb(202,238,69); }

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

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

 a { background-color: rgb(202,238,69); }

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

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

 span { border-color: rgb(202,238,69); }

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