Html Css Color HEX #C2E132 Las Palmas

📋 copy color: '#C2E132'

red 194 ◦ green 225 ◦ blue 50

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

Shades of Las Palmas #C2E132

Tints of Las Palmas #C2E132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.97%

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

R = 41.36%
G = 47.97%
B = 10.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#C2E132 (or 0xC2E132) is known color: Las Palmas. HEX triplet: C2, E1 and 32. RGB value is (194,225,50). Sum of RGB (Red+Green+Blue) = 194+225+50=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E132 is #3D1ECD. Grayscale: #C4C4C4. Windows color (decimal): -4005582 or 3334594. OLE color: 3334594.

HSL color Cylindrical-coordinate representation of color #C2E132: hue angle of 70.63º 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 #C2E132 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 50 -
CMYK 0.14 0 0.78 0.12
HSL 70.63º 0.74% 0.54% -
HSV(B) 70.63º 0.78% 0.88% -
XYZ 49.75 65.55 13.05 -
YUV 195.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 194 225 50 0.14 0 0.78 0.12 70.63 0.74 0.54
Hex C2 E1 32 E 0 4E C 47 4A 36
Octal 302 341 62 16 0 116 14 107 112 66
Binary 11000010 11100001 110010 1110 0 1001110 1100 1000111 1001010 110110

Color Harmonies of #C2E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E132

Black with #C2E132

Text Example


Text Example

White with #C2E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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