Html Css Color HEX #C4E140 Las Palmas

📋 copy color: '#C4E140'

red 196 ◦ green 225 ◦ blue 64

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

Shades of Las Palmas #C4E140

Tints of Las Palmas #C4E140

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

 GREEN value IS 225 (88.28% from 255) = 46.39%

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

R = 40.41%
G = 46.39%
B = 13.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#C4E140 (or 0xC4E140) is known color: Las Palmas. HEX triplet: C4, E1 and 40. RGB value is (196,225,64). Sum of RGB (Red+Green+Blue) = 196+225+64=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E140 is #3B1EBF. Grayscale: #C6C6C6. Windows color (decimal): -3874496 or 4252100. OLE color: 4252100.

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

Color convert

RGB 196 225 64 -
CMYK 0.13 0 0.72 0.12
HSL 70.81º 0.73% 0.57% -
HSV(B) 70.81º 0.72% 0.88% -
XYZ 50.62 65.96 14.91 -
YUV 197.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 196 225 64 0.13 0 0.72 0.12 70.81 0.73 0.57
Hex C4 E1 40 D 0 48 C 47 49 39
Octal 304 341 100 15 0 110 14 107 111 71
Binary 11000100 11100001 1000000 1101 0 1001000 1100 1000111 1001001 111001

Color Harmonies of #C4E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E140

Black with #C4E140

Text Example


Text Example

White with #C4E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E140; }

 p { color: rgb(196,225,64); }

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

background-color css

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

 a { background-color: rgb(196,225,64); }

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

border-color css

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

 span { border-color: rgb(196,225,64); }

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