Html Css Color HEX #C5E141 Las Palmas

📋 copy color: '#C5E141'

red 197 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #C5E141

Tints of Las Palmas #C5E141

RGB

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

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

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

R = 40.45%
G = 46.2%
B = 13.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#C5E141 (or 0xC5E141) is known color: Las Palmas. HEX triplet: C5, E1 and 41. RGB value is (197,225,65). Sum of RGB (Red+Green+Blue) = 197+225+65=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E141 is #3A1EBE. Grayscale: #C7C7C7. Windows color (decimal): -3808959 or 4317637. OLE color: 4317637.

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

Color convert

RGB 197 225 65 -
CMYK 0.12 0 0.71 0.12
HSL 70.5º 0.73% 0.57% -
HSV(B) 70.5º 0.71% 0.88% -
XYZ 50.91 66.1 15.08 -
YUV 198.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 197 225 65 0.12 0 0.71 0.12 70.5 0.73 0.57
Hex C5 E1 41 C 0 47 C 46 49 39
Octal 305 341 101 14 0 107 14 106 111 71
Binary 11000101 11100001 1000001 1100 0 1000111 1100 1000110 1001001 111001

Color Harmonies of #C5E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E141

Black with #C5E141

Text Example


Text Example

White with #C5E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E141; }

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

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

background-color css

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

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

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

border-color css

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

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

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