Html Css Color HEX #C5E130 Las Palmas

📋 copy color: '#C5E130'

red 197 ◦ green 225 ◦ blue 48

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

Shades of Las Palmas #C5E130

Tints of Las Palmas #C5E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.21%

R = 41.91%
G = 47.87%
B = 10.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#C5E130 (or 0xC5E130) is known color: Las Palmas. HEX triplet: C5, E1 and 30. RGB value is (197,225,48). Sum of RGB (Red+Green+Blue) = 197+225+48=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E130 is #3A1ECF. Grayscale: #C5C5C5. Windows color (decimal): -3808976 or 3203525. OLE color: 3203525.

HSL color Cylindrical-coordinate representation of color #C5E130: hue angle of 69.49º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5E130 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 48 -
CMYK 0.12 0 0.79 0.12
HSL 69.49º 0.75% 0.54% -
HSV(B) 69.49º 0.79% 0.88% -
XYZ 50.48 65.93 12.86 -
YUV 196.45 44.22 128.39 -
System Red Green Blue C M Y K H S L
Decimal 197 225 48 0.12 0 0.79 0.12 69.49 0.75 0.54
Hex C5 E1 30 C 0 4F C 45 4B 36
Octal 305 341 60 14 0 117 14 105 113 66
Binary 11000101 11100001 110000 1100 0 1001111 1100 1000101 1001011 110110

Color Harmonies of #C5E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E130

Black with #C5E130

Text Example


Text Example

White with #C5E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E130; }

 p { color: rgb(197,225,48); }

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

background-color css

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

 a { background-color: rgb(197,225,48); }

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

border-color css

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

 span { border-color: rgb(197,225,48); }

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