#CAE037

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

Shades of Las Palmas #CAE037

Tints of Las Palmas #CAE037

Color information

#CAE037 (or 0xCAE037) is unknown color: approx Las Palmas. HEX triplet: CA, E0 and 37. RGB value is (202,224,55). Sum of RGB (Red+Green+Blue) = 202+224+55=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE037 is #351FC8. Grayscale: #C6C6C6. Windows color (decimal): -3481545 or 3662026. OLE color: 3662026.

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

Color convert

RGB20222455-
CMYK0.1000.750.12
HSL67.81º73.16%54.71%-
HSV(B)67.81º75.45%87.84%-
XYZ51.766.1413.66-
YUV198.1647.21130.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 224 (87.89% from 255) = 46.57%
BLUE value IS 55 (21.88% from 255) = 11.43%
R=42.00%
G=46.57%
B=11.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202224550.1000.750.1267.8173.1654.71
HexCAE037A04BC444937
Octal312340671201131410411167
Binary1100101011100000110111101001001011110010001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE037; }

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

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

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

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

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

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

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

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