Html Css Color HEX #C5F140 Las Palmas

📋 copy color: '#C5F140'

red 197 ◦ green 241 ◦ blue 64

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

Shades of Las Palmas #C5F140

Tints of Las Palmas #C5F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.01%

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

R = 39.24%
G = 48.01%
B = 12.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#C5F140 (or 0xC5F140) is known color: Las Palmas. HEX triplet: C5, F1 and 40. RGB value is (197,241,64). Sum of RGB (Red+Green+Blue) = 197+241+64=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F140 is #3A0EBF. Grayscale: #D0D0D0. Windows color (decimal): -3804864 or 4256197. OLE color: 4256197.

HSL color Cylindrical-coordinate representation of color #C5F140: hue angle of 74.92º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5F140 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 241 64 -
CMYK 0.18 0 0.73 0.05
HSL 74.92º 0.86% 0.6% -
HSV(B) 74.92º 0.73% 0.95% -
XYZ 55.41 75.15 16.44 -
YUV 207.67 46.92 120.39 -
System Red Green Blue C M Y K H S L
Decimal 197 241 64 0.18 0 0.73 0.05 74.92 0.86 0.6
Hex C5 F1 40 12 0 49 5 4B 56 3C
Octal 305 361 100 22 0 111 5 113 126 74
Binary 11000101 11110001 1000000 10010 0 1001001 101 1001011 1010110 111100

Color Harmonies of #C5F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F140

Black with #C5F140

Text Example


Text Example

White with #C5F140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F140; }

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

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

background-color css

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

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

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

border-color css

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

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

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