Html Css Color HEX #35DC64 Emerald

📋 copy color: '#35DC64'

red 53 ◦ green 220 ◦ blue 100

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

Shades of Emerald #35DC64

Tints of Emerald #35DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.98%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 14.21%
G = 58.98%
B = 26.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#35DC64 (or 0x35DC64) is known color: Emerald. HEX triplet: 35, DC and 64. RGB value is (53,220,100). Sum of RGB (Red+Green+Blue) = 53+220+100=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DC64 is #CA239B. Grayscale: #9C9C9C. Windows color (decimal): -13247388 or 6609973. OLE color: 6609973.

HSL color Cylindrical-coordinate representation of color #35DC64: hue angle of 136.89º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC64 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 220 100 -
CMYK 0.76 0 0.55 0.14
HSL 136.89º 0.7% 0.54% -
HSV(B) 136.89º 0.76% 0.86% -
XYZ 29.36 52.86 20.71 -
YUV 156.39 96.17 54.26 -
System Red Green Blue C M Y K H S L
Decimal 53 220 100 0.76 0 0.55 0.14 136.89 0.7 0.54
Hex 35 DC 64 4C 0 37 E 89 46 36
Octal 65 334 144 114 0 67 16 211 106 66
Binary 110101 11011100 1100100 1001100 0 110111 1110 10001001 1000110 110110

Color Harmonies of #35DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DC64

Black with #35DC64

Text Example


Text Example

White with #35DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,220,100); }

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

background-color css

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

 a { background-color: rgb(53,220,100); }

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

border-color css

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

 span { border-color: rgb(53,220,100); }

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