#CAE348

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

Shades of Las Palmas #CAE348

Tints of Las Palmas #CAE348

Color information

#CAE348 (or 0xCAE348) is unknown color: approx Las Palmas. HEX triplet: CA, E3 and 48. RGB value is (202,227,72). Sum of RGB (Red+Green+Blue) = 202+227+72=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE348 is #351CB7. Grayscale: #CACACA. Windows color (decimal): -3480760 or 4776906. OLE color: 4776906.

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

Color convert

RGB20222772-
CMYK0.1100.680.11
HSL69.68º73.46%58.63%-
HSV(B)69.68º68.28%89.02%-
XYZ5367.9616.46-
YUV201.8654.72128.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 227 (89.06% from 255) = 45.31%
BLUE value IS 72 (28.52% from 255) = 14.37%
R=40.32%
G=45.31%
B=14.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202227720.1100.680.1169.6873.4658.63
HexCAE348B044B46493b
Octal3123431101301041310611173
Binary11001010111000111001000101101000100101110001101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE348; }

 p { color: rgb(202,227,72); }

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

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

 a { background-color: rgb(202,227,72); }

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

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

 span { border-color: rgb(202,227,72); }

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