Html Css Color HEX #CAE540 Las Palmas

📋 copy color: '#CAE540'

red 202 ◦ green 229 ◦ blue 64

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

Shades of Las Palmas #CAE540

Tints of Las Palmas #CAE540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 40.81%
G = 46.26%
B = 12.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CAE540 (or 0xCAE540) is known color: Las Palmas. HEX triplet: CA, E5 and 40. RGB value is (202,229,64). Sum of RGB (Red+Green+Blue) = 202+229+64=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE540 is #351ABF. Grayscale: #CACACA. Windows color (decimal): -3480256 or 4253130. OLE color: 4253130.

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

Color convert

RGB 202 229 64 -
CMYK 0.12 0 0.72 0.10
HSL 69.82º 0.76% 0.57% -
HSV(B) 69.82º 0.72% 0.9% -
XYZ 53.3 68.97 15.35 -
YUV 202.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 202 229 64 0.12 0 0.72 0.10 69.82 0.76 0.57
Hex CA E5 40 C 0 48 A 46 4C 39
Octal 312 345 100 14 0 110 12 106 114 71
Binary 11001010 11100101 1000000 1100 0 1001000 1010 1000110 1001100 111001

Color Harmonies of #CAE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE540

Black with #CAE540

Text Example


Text Example

White with #CAE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE540; }

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

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

background-color css

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

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

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

border-color css

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

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

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