Html Css Color HEX #35E374 Emerald

📋 copy color: '#35E374'

red 53 ◦ green 227 ◦ blue 116

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

Shades of Emerald #35E374

Tints of Emerald #35E374

RGB

 RED value IS 53 (21.09% from 255) = 13.38%

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 13.38%
G = 57.32%
B = 29.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#35E374 (or 0x35E374) is known color: Emerald. HEX triplet: 35, E3 and 74. RGB value is (53,227,116). Sum of RGB (Red+Green+Blue) = 53+227+116=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 227 (89.06% from 255 or 57.32% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 227 - color contains mainly: green. Hex color #35E374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E374 is #CA1C8B. Grayscale: #A2A2A2. Windows color (decimal): -13245580 or 7660341. OLE color: 7660341.

HSL color Cylindrical-coordinate representation of color #35E374: hue angle of 141.72º degrees, saturation: 0.76, 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 #35E374 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 116 -
CMYK 0.77 0 0.49 0.11
HSL 141.72º 0.76% 0.55% -
HSV(B) 141.72º 0.77% 0.89% -
XYZ 32.09 56.96 25.83 -
YUV 162.32 101.85 50.03 -
System Red Green Blue C M Y K H S L
Decimal 53 227 116 0.77 0 0.49 0.11 141.72 0.76 0.55
Hex 35 E3 74 4D 0 31 B 8E 4C 37
Octal 65 343 164 115 0 61 13 216 114 67
Binary 110101 11100011 1110100 1001101 0 110001 1011 10001110 1001100 110111

Color Harmonies of #35E374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E374

Black with #35E374

Text Example


Text Example

White with #35E374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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