#CAE54B

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

Shades of Las Palmas #CAE54B

Tints of Las Palmas #CAE54B

Color information

#CAE54B (or 0xCAE54B) is unknown color: approx Las Palmas. HEX triplet: CA, E5 and 4B. RGB value is (202,229,75). Sum of RGB (Red+Green+Blue) = 202+229+75=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE54B is #351AB4. Grayscale: #CBCBCB. Windows color (decimal): -3480245 or 4974026. OLE color: 4974026.

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

Color convert

RGB20222975-
CMYK0.1200.670.10
HSL70.52º74.76%59.61%-
HSV(B)70.52º67.25%89.8%-
XYZ53.6569.117.17-
YUV203.3755.55127.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 75 (29.69% from 255) = 14.82%
R=39.92%
G=45.26%
B=14.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202229750.1200.670.1070.5274.7659.61
HexCAE54BC043A474b3c
Octal3123451131401031210711374
Binary11001010111001011001011110001000011101010001111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE54B; }

 p { color: rgb(202,229,75); }

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

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

 a { background-color: rgb(202,229,75); }

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

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

 span { border-color: rgb(202,229,75); }

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