Html Css Color HEX #C2E032 Las Palmas

📋 copy color: '#C2E032'

red 194 ◦ green 224 ◦ blue 50

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

Shades of Las Palmas #C2E032

Tints of Las Palmas #C2E032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 41.45%
G = 47.86%
B = 10.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#C2E032 (or 0xC2E032) is known color: Las Palmas. HEX triplet: C2, E0 and 32. RGB value is (194,224,50). Sum of RGB (Red+Green+Blue) = 194+224+50=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E032 is #3D1FCD. Grayscale: #C3C3C3. Windows color (decimal): -4005838 or 3334338. OLE color: 3334338.

HSL color Cylindrical-coordinate representation of color #C2E032: hue angle of 70.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2E032 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 50 -
CMYK 0.13 0 0.78 0.12
HSL 70.34º 0.74% 0.54% -
HSV(B) 70.34º 0.78% 0.88% -
XYZ 49.48 65.01 12.96 -
YUV 195.19 46.06 127.15 -
System Red Green Blue C M Y K H S L
Decimal 194 224 50 0.13 0 0.78 0.12 70.34 0.74 0.54
Hex C2 E0 32 D 0 4E C 46 4A 36
Octal 302 340 62 15 0 116 14 106 112 66
Binary 11000010 11100000 110010 1101 0 1001110 1100 1000110 1001010 110110

Color Harmonies of #C2E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E032

Black with #C2E032

Text Example


Text Example

White with #C2E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E032; }

 p { color: rgb(194,224,50); }

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

background-color css

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

 a { background-color: rgb(194,224,50); }

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

border-color css

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

 span { border-color: rgb(194,224,50); }

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