Html Css Color HEX #C5EA41 Las Palmas

📋 copy color: '#C5EA41'

red 197 ◦ green 234 ◦ blue 65

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

Shades of Las Palmas #C5EA41

Tints of Las Palmas #C5EA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 39.72%
G = 47.18%
B = 13.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#C5EA41 (or 0xC5EA41) is known color: Las Palmas. HEX triplet: C5, EA and 41. RGB value is (197,234,65). Sum of RGB (Red+Green+Blue) = 197+234+65=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA41 is #3A15BE. Grayscale: #CCCCCC. Windows color (decimal): -3806655 or 4319941. OLE color: 4319941.

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

Color convert

RGB 197 234 65 -
CMYK 0.16 0 0.72 0.08
HSL 73.14º 0.8% 0.59% -
HSV(B) 73.14º 0.72% 0.92% -
XYZ 53.4 71.1 15.91 -
YUV 203.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 197 234 65 0.16 0 0.72 0.08 73.14 0.8 0.59
Hex C5 EA 41 10 0 48 8 49 50 3B
Octal 305 352 101 20 0 110 10 111 120 73
Binary 11000101 11101010 1000001 10000 0 1001000 1000 1001001 1010000 111011

Color Harmonies of #C5EA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA41

Black with #C5EA41

Text Example


Text Example

White with #C5EA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA41; }

 p { color: rgb(197,234,65); }

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

background-color css

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

 a { background-color: rgb(197,234,65); }

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

border-color css

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

 span { border-color: rgb(197,234,65); }

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