Html Css Color HEX #C1E240 Las Palmas

📋 copy color: '#C1E240'

red 193 ◦ green 226 ◦ blue 64

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

Shades of Las Palmas #C1E240

Tints of Las Palmas #C1E240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

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

R = 39.96%
G = 46.79%
B = 13.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#C1E240 (or 0xC1E240) is known color: Las Palmas. HEX triplet: C1, E2 and 40. RGB value is (193,226,64). Sum of RGB (Red+Green+Blue) = 193+226+64=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E240 is #3E1DBF. Grayscale: #C6C6C6. Windows color (decimal): -4070848 or 4252353. OLE color: 4252353.

HSL color Cylindrical-coordinate representation of color #C1E240: hue angle of 72.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1E240 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 226 64 -
CMYK 0.15 0 0.72 0.11
HSL 72.22º 0.74% 0.57% -
HSV(B) 72.22º 0.72% 0.89% -
XYZ 50.11 66.1 14.97 -
YUV 197.67 52.57 124.67 -
System Red Green Blue C M Y K H S L
Decimal 193 226 64 0.15 0 0.72 0.11 72.22 0.74 0.57
Hex C1 E2 40 F 0 48 B 48 4A 39
Octal 301 342 100 17 0 110 13 110 112 71
Binary 11000001 11100010 1000000 1111 0 1001000 1011 1001000 1001010 111001

Color Harmonies of #C1E240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E240

Black with #C1E240

Text Example


Text Example

White with #C1E240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E240; }

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

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

background-color css

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

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

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

border-color css

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

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

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