Html Css Color HEX #C2EA40 Las Palmas

📋 copy color: '#C2EA40'

red 194 ◦ green 234 ◦ blue 64

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

Shades of Las Palmas #C2EA40

Tints of Las Palmas #C2EA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

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

R = 39.43%
G = 47.56%
B = 13.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#C2EA40 (or 0xC2EA40) is known color: Las Palmas. HEX triplet: C2, EA and 40. RGB value is (194,234,64). Sum of RGB (Red+Green+Blue) = 194+234+64=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA40 is #3D15BF. Grayscale: #CBCBCB. Windows color (decimal): -4003264 or 4254402. OLE color: 4254402.

HSL color Cylindrical-coordinate representation of color #C2EA40: hue angle of 74.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2EA40 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 64 -
CMYK 0.17 0 0.73 0.08
HSL 74.12º 0.8% 0.58% -
HSV(B) 74.12º 0.73% 0.92% -
XYZ 52.6 70.69 15.72 -
YUV 202.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 194 234 64 0.17 0 0.73 0.08 74.12 0.8 0.58
Hex C2 EA 40 11 0 49 8 4A 50 3A
Octal 302 352 100 21 0 111 10 112 120 72
Binary 11000010 11101010 1000000 10001 0 1001001 1000 1001010 1010000 111010

Color Harmonies of #C2EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA40

Black with #C2EA40

Text Example


Text Example

White with #C2EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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