Html Css Color HEX #C2E148 Las Palmas

📋 copy color: '#C2E148'

red 194 ◦ green 225 ◦ blue 72

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

Shades of Las Palmas #C2E148

Tints of Las Palmas #C2E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 39.51%
G = 45.82%
B = 14.66%

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

#C2E148 (or 0xC2E148) is known color: Las Palmas. HEX triplet: C2, E1 and 48. RGB value is (194,225,72). Sum of RGB (Red+Green+Blue) = 194+225+72=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E148 is #3D1EB7. Grayscale: #C6C6C6. Windows color (decimal): -4005560 or 4776386. OLE color: 4776386.

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

Color convert

RGB 194 225 72 -
CMYK 0.14 0 0.68 0.12
HSL 72.16º 0.72% 0.58% -
HSV(B) 72.16º 0.68% 0.88% -
XYZ 50.34 65.79 16.18 -
YUV 198.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 194 225 72 0.14 0 0.68 0.12 72.16 0.72 0.58
Hex C2 E1 48 E 0 44 C 48 48 3A
Octal 302 341 110 16 0 104 14 110 110 72
Binary 11000010 11100001 1001000 1110 0 1000100 1100 1001000 1001000 111010

Color Harmonies of #C2E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E148

Black with #C2E148

Text Example


Text Example

White with #C2E148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E148; }

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

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

background-color css

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

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

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

border-color css

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

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

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