Html Css Color HEX #35D966 Emerald

📋 copy color: '#35D966'

red 53 ◦ green 217 ◦ blue 102

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

Shades of Emerald #35D966

Tints of Emerald #35D966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 14.25%
G = 58.33%
B = 27.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#35D966 (or 0x35D966) is known color: Emerald. HEX triplet: 35, D9 and 66. RGB value is (53,217,102). Sum of RGB (Red+Green+Blue) = 53+217+102=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #35D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D966 is #CA2699. Grayscale: #9B9B9B. Windows color (decimal): -13248154 or 6740277. OLE color: 6740277.

HSL color Cylindrical-coordinate representation of color #35D966: hue angle of 137.93º 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 #35D966 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 217 102 -
CMYK 0.76 0 0.53 0.15
HSL 137.93º 0.68% 0.53% -
HSV(B) 137.93º 0.76% 0.85% -
XYZ 28.68 51.34 20.97 -
YUV 154.85 98.17 55.35 -
System Red Green Blue C M Y K H S L
Decimal 53 217 102 0.76 0 0.53 0.15 137.93 0.68 0.53
Hex 35 D9 66 4C 0 35 F 8A 44 35
Octal 65 331 146 114 0 65 17 212 104 65
Binary 110101 11011001 1100110 1001100 0 110101 1111 10001010 1000100 110101

Color Harmonies of #35D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D966

Black with #35D966

Text Example


Text Example

White with #35D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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