#CAEB49

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

Shades of Las Palmas #CAEB49

Tints of Las Palmas #CAEB49

Color information

#CAEB49 (or 0xCAEB49) is unknown color: approx Las Palmas. HEX triplet: CA, EB and 49. RGB value is (202,235,73). Sum of RGB (Red+Green+Blue) = 202+235+73=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEB49 is #3514B6. Grayscale: #CFCFCF. Windows color (decimal): -3478711 or 4844490. OLE color: 4844490.

HSL color Cylindrical-coordinate representation of color #CAEB49: hue angle of 72.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAEB49 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB20223573-
CMYK0.1400.690.08
HSL72.22º80.2%60.39%-
HSV(B)72.22º68.94%92.16%-
XYZ55.2772.4517.38-
YUV206.6652.57124.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 235 (92.19% from 255) = 46.08%
BLUE value IS 73 (28.91% from 255) = 14.31%
R=39.61%
G=46.08%
B=14.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202235730.1400.690.0872.2280.260.39
HexCAEB49E045848503c
Octal3123531111601051011012074
Binary11001010111010111001001111001000101100010010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB49; }

 p { color: rgb(202,235,73); }

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

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

 a { background-color: rgb(202,235,73); }

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

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

 span { border-color: rgb(202,235,73); }

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