Html Css Color HEX #C2E346 Las Palmas

📋 copy color: '#C2E346'

red 194 ◦ green 227 ◦ blue 70

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

Shades of Las Palmas #C2E346

Tints of Las Palmas #C2E346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.23%

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 39.51%
G = 46.23%
B = 14.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#C2E346 (or 0xC2E346) is known color: Las Palmas. HEX triplet: C2, E3 and 46. RGB value is (194,227,70). Sum of RGB (Red+Green+Blue) = 194+227+70=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E346 is #3D1CB9. Grayscale: #C7C7C7. Windows color (decimal): -4005050 or 4645826. OLE color: 4645826.

HSL color Cylindrical-coordinate representation of color #C2E346: hue angle of 72.61º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2E346 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 227 70 -
CMYK 0.15 0 0.69 0.11
HSL 72.61º 0.74% 0.58% -
HSV(B) 72.61º 0.69% 0.89% -
XYZ 50.82 66.85 16.02 -
YUV 199.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 194 227 70 0.15 0 0.69 0.11 72.61 0.74 0.58
Hex C2 E3 46 F 0 45 B 49 4A 3A
Octal 302 343 106 17 0 105 13 111 112 72
Binary 11000010 11100011 1000110 1111 0 1000101 1011 1001001 1001010 111010

Color Harmonies of #C2E346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E346

Black with #C2E346

Text Example


Text Example

White with #C2E346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E346; }

 p { color: rgb(194,227,70); }

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

background-color css

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

 a { background-color: rgb(194,227,70); }

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

border-color css

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

 span { border-color: rgb(194,227,70); }

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