#CAE137

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

Shades of Las Palmas #CAE137

Tints of Las Palmas #CAE137

Color information

#CAE137 (or 0xCAE137) is unknown color: approx Las Palmas. HEX triplet: CA, E1 and 37. RGB value is (202,225,55). Sum of RGB (Red+Green+Blue) = 202+225+55=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE137 is #351EC8. Grayscale: #C7C7C7. Windows color (decimal): -3481289 or 3662282. OLE color: 3662282.

HSL color Cylindrical-coordinate representation of color #CAE137: hue angle of 68.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAE137 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB20222555-
CMYK0.1000.760.12
HSL68.12º73.91%54.9%-
HSV(B)68.12º75.56%88.24%-
XYZ51.9766.6813.75-
YUV198.7446.88130.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 55 (21.88% from 255) = 11.41%
R=41.91%
G=46.68%
B=11.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202225550.1000.760.1268.1273.9154.9
HexCAE137A04CC444a37
Octal312341671201141410411267
Binary1100101011100001110111101001001100110010001001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE137; }

 p { color: rgb(202,225,55); }

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

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

 a { background-color: rgb(202,225,55); }

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

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

 span { border-color: rgb(202,225,55); }

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