Html Css Color HEX #CAE543 Las Palmas

📋 copy color: '#CAE543'

red 202 ◦ green 229 ◦ blue 67

#CAE543
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CAE543

Tints of Las Palmas #CAE543

RGB

 RED value IS 202 (79.3% from 255) = 40.56%

 GREEN value IS 229 (89.84% from 255) = 45.98%

 BLUE value IS 67 (26.56% from 255) = 13.45%

R = 40.56%
G = 45.98%
B = 13.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#CAE543 (or 0xCAE543) is known color: Las Palmas. HEX triplet: CA, E5 and 43. RGB value is (202,229,67). Sum of RGB (Red+Green+Blue) = 202+229+67=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE543 is #351ABC. Grayscale: #CBCBCB. Windows color (decimal): -3480253 or 4449738. OLE color: 4449738.

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

Color convert

RGB 202 229 67 -
CMYK 0.12 0 0.71 0.10
HSL 70º 0.76% 0.58% -
HSV(B) 70º 0.71% 0.9% -
XYZ 53.39 69 15.81 -
YUV 202.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 202 229 67 0.12 0 0.71 0.10 70 0.76 0.58
Hex CA E5 43 C 0 47 A 46 4C 3A
Octal 312 345 103 14 0 107 12 106 114 72
Binary 11001010 11100101 1000011 1100 0 1000111 1010 1000110 1001100 111010

Color Harmonies of #CAE543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE543

Black with #CAE543

Text Example


Text Example

White with #CAE543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE543; }

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

 H1.HeaderClassName
 {
   color: #CAE543;
 }
 .AnyTagClassName
 {
   color: #CAE543;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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