Html Css Color HEX #CAE040 Las Palmas

📋 copy color: '#CAE040'

red 202 ◦ green 224 ◦ blue 64

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

Shades of Las Palmas #CAE040

Tints of Las Palmas #CAE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

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

R = 41.22%
G = 45.71%
B = 13.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CAE040 (or 0xCAE040) is known color: Las Palmas. HEX triplet: CA, E0 and 40. RGB value is (202,224,64). Sum of RGB (Red+Green+Blue) = 202+224+64=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE040 is #351FBF. Grayscale: #C7C7C7. Windows color (decimal): -3481536 or 4251850. OLE color: 4251850.

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

Color convert

RGB 202 224 64 -
CMYK 0.10 0 0.71 0.12
HSL 68.25º 0.72% 0.56% -
HSV(B) 68.25º 0.71% 0.88% -
XYZ 51.94 66.24 14.9 -
YUV 199.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 202 224 64 0.10 0 0.71 0.12 68.25 0.72 0.56
Hex CA E0 40 A 0 47 C 44 48 38
Octal 312 340 100 12 0 107 14 104 110 70
Binary 11001010 11100000 1000000 1010 0 1000111 1100 1000100 1001000 111000

Color Harmonies of #CAE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE040

Black with #CAE040

Text Example


Text Example

White with #CAE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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