#35E274

Color #35E274 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #35E274

Tints of Emerald #35E274

Color information

#35E274 (or 0x35E274) is unknown color: approx Emerald. HEX triplet: 35, E2 and 74. RGB value is (53,226,116). Sum of RGB (Red+Green+Blue) = 53+226+116=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #35E274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E274 is #CA1D8B. Grayscale: #A2A2A2. Windows color (decimal): -13245836 or 7660085. OLE color: 7660085.

HSL color Cylindrical-coordinate representation of color #35E274: hue angle of 141.85º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E274 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB53226116-
CMYK0.7700.490.11
HSL141.85º74.89%54.71%-
HSV(B)141.85º76.55%88.63%-
XYZ31.8256.4125.73-
YUV161.73102.1950.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 226 (88.67% from 255) = 57.22%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=13.42%
G=57.22%
B=29.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532261160.7700.490.11141.8574.8954.71
Hex35E2744D031B8e4b37
Octal653421641150611321611367
Binary110101111000101110100100110101100011011100011101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35E274; }

 p { color: rgb(53,226,116); }

 H1.HeaderClassName
 {
   color: #35E274;
 }
 .AnyTagClassName
 {
   color: #35E274;
 }
</style>
background-color css

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

 a { background-color: rgb(53,226,116); }

 div.DivClassName
 {
   background-color: #35E274;
 }
 .BgClassName
 {
   background-color: #35E274;
 }
</style>
border-color css

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

 span { border-color: rgb(53,226,116); }

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