Html Css Color HEX #35D664 Emerald

📋 copy color: '#35D664'

red 53 ◦ green 214 ◦ blue 100

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

Shades of Emerald #35D664

Tints of Emerald #35D664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.31%

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

R = 14.44%
G = 58.31%
B = 27.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#35D664 (or 0x35D664) is known color: Emerald. HEX triplet: 35, D6 and 64. RGB value is (53,214,100). Sum of RGB (Red+Green+Blue) = 53+214+100=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #35D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D664 is #CA299B. Grayscale: #999999. Windows color (decimal): -13248924 or 6608437. OLE color: 6608437.

HSL color Cylindrical-coordinate representation of color #35D664: hue angle of 137.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D664 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 214 100 -
CMYK 0.75 0 0.53 0.16
HSL 137.52º 0.66% 0.52% -
HSV(B) 137.52º 0.75% 0.84% -
XYZ 27.82 49.77 20.2 -
YUV 152.87 98.16 56.77 -
System Red Green Blue C M Y K H S L
Decimal 53 214 100 0.75 0 0.53 0.16 137.52 0.66 0.52
Hex 35 D6 64 4B 0 35 10 8A 42 34
Octal 65 326 144 113 0 65 20 212 102 64
Binary 110101 11010110 1100100 1001011 0 110101 10000 10001010 1000010 110100

Color Harmonies of #35D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D664

Black with #35D664

Text Example


Text Example

White with #35D664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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