Html Css Color HEX #C2E340 Las Palmas

📋 copy color: '#C2E340'

red 194 ◦ green 227 ◦ blue 64

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

Shades of Las Palmas #C2E340

Tints of Las Palmas #C2E340

RGB

 RED value IS 194 (76.17% from 255) = 40%

 GREEN value IS 227 (89.06% from 255) = 46.8%

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

R = 40%
G = 46.8%
B = 13.2%

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

#C2E340 (or 0xC2E340) is known color: Las Palmas. HEX triplet: C2, E3 and 40. RGB value is (194,227,64). Sum of RGB (Red+Green+Blue) = 194+227+64=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E340 is #3D1CBF. Grayscale: #C7C7C7. Windows color (decimal): -4005056 or 4252610. OLE color: 4252610.

HSL color Cylindrical-coordinate representation of color #C2E340: hue angle of 72.15º 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 #C2E340 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 227 64 -
CMYK 0.15 0 0.72 0.11
HSL 72.15º 0.74% 0.57% -
HSV(B) 72.15º 0.72% 0.89% -
XYZ 50.64 66.78 15.07 -
YUV 198.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 194 227 64 0.15 0 0.72 0.11 72.15 0.74 0.57
Hex C2 E3 40 F 0 48 B 48 4A 39
Octal 302 343 100 17 0 110 13 110 112 71
Binary 11000010 11100011 1000000 1111 0 1001000 1011 1001000 1001010 111001

Color Harmonies of #C2E340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E340

Black with #C2E340

Text Example


Text Example

White with #C2E340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E340; }

 p { color: rgb(194,227,64); }

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

background-color css

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

 a { background-color: rgb(194,227,64); }

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

border-color css

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

 span { border-color: rgb(194,227,64); }

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