Html Css Color HEX #C5EA3A Las Palmas

📋 copy color: '#C5EA3A'

red 197 ◦ green 234 ◦ blue 58

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

Shades of Las Palmas #C5EA3A

Tints of Las Palmas #C5EA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 40.29%
G = 47.85%
B = 11.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#C5EA3A (or 0xC5EA3A) is known color: Las Palmas. HEX triplet: C5, EA and 3A. RGB value is (197,234,58). Sum of RGB (Red+Green+Blue) = 197+234+58=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA3A is #3A15C5. Grayscale: #CBCBCB. Windows color (decimal): -3806662 or 3861189. OLE color: 3861189.

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

Color convert

RGB 197 234 58 -
CMYK 0.16 0 0.75 0.08
HSL 72.61º 0.81% 0.57% -
HSV(B) 72.61º 0.75% 0.92% -
XYZ 53.21 71.02 14.91 -
YUV 202.87 46.24 123.81 -
System Red Green Blue C M Y K H S L
Decimal 197 234 58 0.16 0 0.75 0.08 72.61 0.81 0.57
Hex C5 EA 3A 10 0 4B 8 49 51 39
Octal 305 352 72 20 0 113 10 111 121 71
Binary 11000101 11101010 111010 10000 0 1001011 1000 1001001 1010001 111001

Color Harmonies of #C5EA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA3A

Black with #C5EA3A

Text Example


Text Example

White with #C5EA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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