Html Css Color HEX #35D65E Emerald

📋 copy color: '#35D65E'

red 53 ◦ green 214 ◦ blue 94

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

Shades of Emerald #35D65E

Tints of Emerald #35D65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 14.68%
G = 59.28%
B = 26.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#35D65E (or 0x35D65E) is known color: Emerald. HEX triplet: 35, D6 and 5E. RGB value is (53,214,94). Sum of RGB (Red+Green+Blue) = 53+214+94=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #35D65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D65E is #CA29A1. Grayscale: #989898. Windows color (decimal): -13248930 or 6215221. OLE color: 6215221.

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

Color convert

RGB 53 214 94 -
CMYK 0.75 0 0.56 0.16
HSL 135.28º 0.66% 0.52% -
HSV(B) 135.28º 0.75% 0.84% -
XYZ 27.54 49.66 18.72 -
YUV 152.18 95.16 57.26 -
System Red Green Blue C M Y K H S L
Decimal 53 214 94 0.75 0 0.56 0.16 135.28 0.66 0.52
Hex 35 D6 5E 4B 0 38 10 87 42 34
Octal 65 326 136 113 0 70 20 207 102 64
Binary 110101 11010110 1011110 1001011 0 111000 10000 10000111 1000010 110100

Color Harmonies of #35D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D65E

Black with #35D65E

Text Example


Text Example

White with #35D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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