Html Css Color HEX #CAE840 Las Palmas

📋 copy color: '#CAE840'

red 202 ◦ green 232 ◦ blue 64

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

Shades of Las Palmas #CAE840

Tints of Las Palmas #CAE840

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.59%

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

R = 40.56%
G = 46.59%
B = 12.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#CAE840 (or 0xCAE840) is known color: Las Palmas. HEX triplet: CA, E8 and 40. RGB value is (202,232,64). Sum of RGB (Red+Green+Blue) = 202+232+64=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE840 is #3517BF. Grayscale: #CCCCCC. Windows color (decimal): -3479488 or 4253898. OLE color: 4253898.

HSL color Cylindrical-coordinate representation of color #CAE840: hue angle of 70.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAE840 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 64 -
CMYK 0.13 0 0.72 0.09
HSL 70.71º 0.79% 0.58% -
HSV(B) 70.71º 0.72% 0.91% -
XYZ 54.14 70.64 15.63 -
YUV 203.88 49.06 126.66 -
System Red Green Blue C M Y K H S L
Decimal 202 232 64 0.13 0 0.72 0.09 70.71 0.79 0.58
Hex CA E8 40 D 0 48 9 47 4F 3A
Octal 312 350 100 15 0 110 11 107 117 72
Binary 11001010 11101000 1000000 1101 0 1001000 1001 1000111 1001111 111010

Color Harmonies of #CAE840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE840

Black with #CAE840

Text Example


Text Example

White with #CAE840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE840; }

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

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

background-color css

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

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

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

border-color css

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

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

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