Html Css Color HEX #CAE440 Las Palmas

📋 copy color: '#CAE440'

red 202 ◦ green 228 ◦ blue 64

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

Shades of Las Palmas #CAE440

Tints of Las Palmas #CAE440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.15%

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

R = 40.89%
G = 46.15%
B = 12.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#CAE440 (or 0xCAE440) is known color: Las Palmas. HEX triplet: CA, E4 and 40. RGB value is (202,228,64). Sum of RGB (Red+Green+Blue) = 202+228+64=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE440 is #351BBF. Grayscale: #CACACA. Windows color (decimal): -3480512 or 4252874. OLE color: 4252874.

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

Color convert

RGB 202 228 64 -
CMYK 0.11 0 0.72 0.11
HSL 69.51º 0.75% 0.57% -
HSV(B) 69.51º 0.72% 0.89% -
XYZ 53.03 68.41 15.26 -
YUV 201.53 50.39 128.34 -
System Red Green Blue C M Y K H S L
Decimal 202 228 64 0.11 0 0.72 0.11 69.51 0.75 0.57
Hex CA E4 40 B 0 48 B 46 4B 39
Octal 312 344 100 13 0 110 13 106 113 71
Binary 11001010 11100100 1000000 1011 0 1001000 1011 1000110 1001011 111001

Color Harmonies of #CAE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE440

Black with #CAE440

Text Example


Text Example

White with #CAE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE440; }

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

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

background-color css

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

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

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

border-color css

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

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

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