Html Css Color HEX #35D96F Emerald

📋 copy color: '#35D96F'

red 53 ◦ green 217 ◦ blue 111

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

Shades of Emerald #35D96F

Tints of Emerald #35D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.96%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 13.91%
G = 56.96%
B = 29.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#35D96F (or 0x35D96F) is known color: Emerald. HEX triplet: 35, D9 and 6F. RGB value is (53,217,111). Sum of RGB (Red+Green+Blue) = 53+217+111=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #35D96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D96F is #CA2690. Grayscale: #9C9C9C. Windows color (decimal): -13248145 or 7330101. OLE color: 7330101.

HSL color Cylindrical-coordinate representation of color #35D96F: hue angle of 141.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D96F is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 217 111 -
CMYK 0.76 0 0.49 0.15
HSL 141.22º 0.68% 0.53% -
HSV(B) 141.22º 0.76% 0.85% -
XYZ 29.15 51.53 23.45 -
YUV 155.88 102.67 54.62 -
System Red Green Blue C M Y K H S L
Decimal 53 217 111 0.76 0 0.49 0.15 141.22 0.68 0.53
Hex 35 D9 6F 4C 0 31 F 8D 44 35
Octal 65 331 157 114 0 61 17 215 104 65
Binary 110101 11011001 1101111 1001100 0 110001 1111 10001101 1000100 110101

Color Harmonies of #35D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D96F

Black with #35D96F

Text Example


Text Example

White with #35D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,217,111); }

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

background-color css

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

 a { background-color: rgb(53,217,111); }

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

border-color css

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

 span { border-color: rgb(53,217,111); }

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