Html Css Color HEX #35D064 Emerald

📋 copy color: '#35D064'

red 53 ◦ green 208 ◦ blue 100

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

Shades of Emerald #35D064

Tints of Emerald #35D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.62%

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

R = 14.68%
G = 57.62%
B = 27.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#35D064 (or 0x35D064) is known color: Emerald. HEX triplet: 35, D0 and 64. RGB value is (53,208,100). Sum of RGB (Red+Green+Blue) = 53+208+100=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #35D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D064 is #CA2F9B. Grayscale: #959595. Windows color (decimal): -13250460 or 6606901. OLE color: 6606901.

HSL color Cylindrical-coordinate representation of color #35D064: hue angle of 138.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D064 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 208 100 -
CMYK 0.75 0 0.52 0.18
HSL 138.19º 0.62% 0.51% -
HSV(B) 138.19º 0.75% 0.82% -
XYZ 26.32 46.79 19.7 -
YUV 149.34 100.15 59.28 -
System Red Green Blue C M Y K H S L
Decimal 53 208 100 0.75 0 0.52 0.18 138.19 0.62 0.51
Hex 35 D0 64 4B 0 34 12 8A 3E 33
Octal 65 320 144 113 0 64 22 212 76 63
Binary 110101 11010000 1100100 1001011 0 110100 10010 10001010 111110 110011

Color Harmonies of #35D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D064

Black with #35D064

Text Example


Text Example

White with #35D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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