#35F974

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

Shades of Emerald #35F974

Tints of Emerald #35F974

Color information

#35F974 (or 0x35F974) is unknown color: approx Emerald. HEX triplet: 35, F9 and 74. RGB value is (53,249,116). Sum of RGB (Red+Green+Blue) = 53+249+116=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #35F974 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F974 is #CA068B. Grayscale: #AFAFAF. Windows color (decimal): -13239948 or 7665973. OLE color: 7665973.

HSL color Cylindrical-coordinate representation of color #35F974: hue angle of 139.29º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F974 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB53249116-
CMYK0.7900.530.02
HSL139.29º94.23%59.22%-
HSV(B)139.29º78.71%97.65%-
XYZ38.569.7727.96-
YUV175.2394.5740.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.68%
GREEN value IS 249 (97.66% from 255) = 59.57%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=12.68%
G=59.57%
B=27.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532491160.7900.530.02139.2994.2359.22
Hex35F9744F03528b5e3b
Octal65371164117065221313673
Binary1101011111100111101001001111011010110100010111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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