Html Css Color HEX #35D668 Emerald

📋 copy color: '#35D668'

red 53 ◦ green 214 ◦ blue 104

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

Shades of Emerald #35D668

Tints of Emerald #35D668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 14.29%
G = 57.68%
B = 28.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#35D668 (or 0x35D668) is known color: Emerald. HEX triplet: 35, D6 and 68. RGB value is (53,214,104). Sum of RGB (Red+Green+Blue) = 53+214+104=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #35D668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D668 is #CA2997. Grayscale: #999999. Windows color (decimal): -13248920 or 6870581. OLE color: 6870581.

HSL color Cylindrical-coordinate representation of color #35D668: hue angle of 139.01º 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 #35D668 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 214 104 -
CMYK 0.75 0 0.51 0.16
HSL 139.01º 0.66% 0.52% -
HSV(B) 139.01º 0.75% 0.84% -
XYZ 28.01 49.85 21.24 -
YUV 153.32 100.16 56.44 -
System Red Green Blue C M Y K H S L
Decimal 53 214 104 0.75 0 0.51 0.16 139.01 0.66 0.52
Hex 35 D6 68 4B 0 33 10 8B 42 34
Octal 65 326 150 113 0 63 20 213 102 64
Binary 110101 11010110 1101000 1001011 0 110011 10000 10001011 1000010 110100

Color Harmonies of #35D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D668

Black with #35D668

Text Example


Text Example

White with #35D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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