#CAE441

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

Shades of Las Palmas #CAE441

Tints of Las Palmas #CAE441

Color information

#CAE441 (or 0xCAE441) is unknown color: approx Las Palmas. HEX triplet: CA, E4 and 41. RGB value is (202,228,65). Sum of RGB (Red+Green+Blue) = 202+228+65=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE441 is #351BBE. Grayscale: #CACACA. Windows color (decimal): -3480511 or 4318410. OLE color: 4318410.

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

Color convert

RGB20222865-
CMYK0.1100.710.11
HSL69.57º75.12%57.45%-
HSV(B)69.57º71.49%89.41%-
XYZ53.0568.4315.41-
YUV201.6450.89128.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 65 (25.78% from 255) = 13.13%
R=40.81%
G=46.06%
B=13.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202228650.1100.710.1169.5775.1257.45
HexCAE441B047B464b39
Octal3123441011301071310611371
Binary11001010111001001000001101101000111101110001101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE441; }

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

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

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

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

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

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

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

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