Html Css Color HEX #C5E540 Las Palmas

📋 copy color: '#C5E540'

red 197 ◦ green 229 ◦ blue 64

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

Shades of Las Palmas #C5E540

Tints of Las Palmas #C5E540

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

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

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

R = 40.2%
G = 46.73%
B = 13.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#C5E540 (or 0xC5E540) is known color: Las Palmas. HEX triplet: C5, E5 and 40. RGB value is (197,229,64). Sum of RGB (Red+Green+Blue) = 197+229+64=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E540 is #3A1ABF. Grayscale: #C9C9C9. Windows color (decimal): -3807936 or 4253125. OLE color: 4253125.

HSL color Cylindrical-coordinate representation of color #C5E540: hue angle of 71.64º 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 #C5E540 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 229 64 -
CMYK 0.14 0 0.72 0.10
HSL 71.64º 0.76% 0.57% -
HSV(B) 71.64º 0.72% 0.9% -
XYZ 51.97 68.28 15.29 -
YUV 200.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 197 229 64 0.14 0 0.72 0.10 71.64 0.76 0.57
Hex C5 E5 40 E 0 48 A 48 4C 39
Octal 305 345 100 16 0 110 12 110 114 71
Binary 11000101 11100101 1000000 1110 0 1001000 1010 1001000 1001100 111001

Color Harmonies of #C5E540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E540

Black with #C5E540

Text Example


Text Example

White with #C5E540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E540; }

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

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

background-color css

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

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

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

border-color css

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

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

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