#CAE740

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

Shades of Las Palmas #CAE740

Tints of Las Palmas #CAE740

Color information

#CAE740 (or 0xCAE740) is unknown color: approx Las Palmas. HEX triplet: CA, E7 and 40. RGB value is (202,231,64). Sum of RGB (Red+Green+Blue) = 202+231+64=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE740 is #3518BF. Grayscale: #CBCBCB. Windows color (decimal): -3479744 or 4253642. OLE color: 4253642.

HSL color Cylindrical-coordinate representation of color #CAE740: hue angle of 70.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAE740 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB20223164-
CMYK0.1300.720.09
HSL70.42º77.67%57.84%-
HSV(B)70.42º72.29%90.59%-
XYZ53.8670.0815.54-
YUV203.2949.39127.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=40.64%
G=46.48%
B=12.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202231640.1300.720.0970.4277.6757.84
HexCAE740D0489464e3a
Octal3123471001501101110611672
Binary11001010111001111000000110101001000100110001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE740; }

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

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

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

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

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

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

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

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