Html Css Color HEX #C1EE40 Las Palmas

📋 copy color: '#C1EE40'

red 193 ◦ green 238 ◦ blue 64

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

Shades of Las Palmas #C1EE40

Tints of Las Palmas #C1EE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

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

R = 38.99%
G = 48.08%
B = 12.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#C1EE40 (or 0xC1EE40) is known color: Las Palmas. HEX triplet: C1, EE and 40. RGB value is (193,238,64). Sum of RGB (Red+Green+Blue) = 193+238+64=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EE40 is #3E11BF. Grayscale: #CDCDCD. Windows color (decimal): -4067776 or 4255425. OLE color: 4255425.

HSL color Cylindrical-coordinate representation of color #C1EE40: hue angle of 75.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1EE40 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 238 64 -
CMYK 0.19 0 0.73 0.07
HSL 75.52º 0.84% 0.59% -
HSV(B) 75.52º 0.73% 0.93% -
XYZ 53.49 72.86 16.09 -
YUV 204.71 48.59 119.65 -
System Red Green Blue C M Y K H S L
Decimal 193 238 64 0.19 0 0.73 0.07 75.52 0.84 0.59
Hex C1 EE 40 13 0 49 7 4C 54 3B
Octal 301 356 100 23 0 111 7 114 124 73
Binary 11000001 11101110 1000000 10011 0 1001001 111 1001100 1010100 111011

Color Harmonies of #C1EE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EE40

Black with #C1EE40

Text Example


Text Example

White with #C1EE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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