#CAE43A

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

Shades of Las Palmas #CAE43A

Tints of Las Palmas #CAE43A

Color information

#CAE43A (or 0xCAE43A) is unknown color: approx Las Palmas. HEX triplet: CA, E4 and 3A. RGB value is (202,228,58). Sum of RGB (Red+Green+Blue) = 202+228+58=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE43A is #351BC5. Grayscale: #C9C9C9. Windows color (decimal): -3480518 or 3859658. OLE color: 3859658.

HSL color Cylindrical-coordinate representation of color #CAE43A: hue angle of 69.18º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAE43A is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB20222858-
CMYK0.1100.750.11
HSL69.18º75.89%56.08%-
HSV(B)69.18º74.56%89.41%-
XYZ52.8668.3514.41-
YUV200.8547.39128.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 228 (89.45% from 255) = 46.72%
BLUE value IS 58 (23.05% from 255) = 11.89%
R=41.39%
G=46.72%
B=11.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202228580.1100.750.1169.1875.8956.08
HexCAE43AB04BB454c38
Octal312344721301131310511470
Binary1100101011100100111010101101001011101110001011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE43A; }

 p { color: rgb(202,228,58); }

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

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

 a { background-color: rgb(202,228,58); }

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

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

 span { border-color: rgb(202,228,58); }

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