Html Css Color HEX #C5EB40 Las Palmas

📋 copy color: '#C5EB40'

red 197 ◦ green 235 ◦ blue 64

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

Shades of Las Palmas #C5EB40

Tints of Las Palmas #C5EB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.38%

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

R = 39.72%
G = 47.38%
B = 12.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#C5EB40 (or 0xC5EB40) is known color: Las Palmas. HEX triplet: C5, EB and 40. RGB value is (197,235,64). Sum of RGB (Red+Green+Blue) = 197+235+64=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EB40 is #3A14BF. Grayscale: #CCCCCC. Windows color (decimal): -3806400 or 4254661. OLE color: 4254661.

HSL color Cylindrical-coordinate representation of color #C5EB40: hue angle of 73.33º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5EB40 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 235 64 -
CMYK 0.16 0 0.73 0.08
HSL 73.33º 0.81% 0.59% -
HSV(B) 73.33º 0.73% 0.92% -
XYZ 53.66 71.66 15.85 -
YUV 204.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 197 235 64 0.16 0 0.73 0.08 73.33 0.81 0.59
Hex C5 EB 40 10 0 49 8 49 51 3B
Octal 305 353 100 20 0 111 10 111 121 73
Binary 11000101 11101011 1000000 10000 0 1001001 1000 1001001 1010001 111011

Color Harmonies of #C5EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EB40

Black with #C5EB40

Text Example


Text Example

White with #C5EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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