Html Css Color HEX #C1E040 Las Palmas

📋 copy color: '#C1E040'

red 193 ◦ green 224 ◦ blue 64

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

Shades of Las Palmas #C1E040

Tints of Las Palmas #C1E040

RGB

 RED value IS 193 (75.78% from 255) = 40.12%

 GREEN value IS 224 (87.89% from 255) = 46.57%

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

R = 40.12%
G = 46.57%
B = 13.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#C1E040 (or 0xC1E040) is known color: Las Palmas. HEX triplet: C1, E0 and 40. RGB value is (193,224,64). Sum of RGB (Red+Green+Blue) = 193+224+64=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E040 is #3E1FBF. Grayscale: #C5C5C5. Windows color (decimal): -4071360 or 4251841. OLE color: 4251841.

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

Color convert

RGB 193 224 64 -
CMYK 0.14 0 0.71 0.12
HSL 71.63º 0.72% 0.56% -
HSV(B) 71.63º 0.71% 0.88% -
XYZ 49.57 65.02 14.79 -
YUV 196.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 193 224 64 0.14 0 0.71 0.12 71.63 0.72 0.56
Hex C1 E0 40 E 0 47 C 48 48 38
Octal 301 340 100 16 0 107 14 110 110 70
Binary 11000001 11100000 1000000 1110 0 1000111 1100 1001000 1001000 111000

Color Harmonies of #C1E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E040

Black with #C1E040

Text Example


Text Example

White with #C1E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E040; }

 p { color: rgb(193,224,64); }

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

background-color css

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

 a { background-color: rgb(193,224,64); }

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

border-color css

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

 span { border-color: rgb(193,224,64); }

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