Html Css Color HEX #C2E147 Las Palmas

📋 copy color: '#C2E147'

red 194 ◦ green 225 ◦ blue 71

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

Shades of Las Palmas #C2E147

Tints of Las Palmas #C2E147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.49%

R = 39.59%
G = 45.92%
B = 14.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#C2E147 (or 0xC2E147) is known color: Las Palmas. HEX triplet: C2, E1 and 47. RGB value is (194,225,71). Sum of RGB (Red+Green+Blue) = 194+225+71=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E147 is #3D1EB8. Grayscale: #C6C6C6. Windows color (decimal): -4005561 or 4710850. OLE color: 4710850.

HSL color Cylindrical-coordinate representation of color #C2E147: hue angle of 72.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2E147 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 71 -
CMYK 0.14 0 0.68 0.12
HSL 72.08º 0.72% 0.58% -
HSV(B) 72.08º 0.68% 0.88% -
XYZ 50.31 65.77 16.01 -
YUV 198.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 194 225 71 0.14 0 0.68 0.12 72.08 0.72 0.58
Hex C2 E1 47 E 0 44 C 48 48 3A
Octal 302 341 107 16 0 104 14 110 110 72
Binary 11000010 11100001 1000111 1110 0 1000100 1100 1001000 1001000 111010

Color Harmonies of #C2E147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E147

Black with #C2E147

Text Example


Text Example

White with #C2E147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E147; }

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

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

background-color css

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

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

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

border-color css

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

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

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