Html Css Color HEX #35D565 Emerald

📋 copy color: '#35D565'

red 53 ◦ green 213 ◦ blue 101

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

Shades of Emerald #35D565

Tints of Emerald #35D565

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.04%

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 14.44%
G = 58.04%
B = 27.52%

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

#35D565 (or 0x35D565) is known color: Emerald. HEX triplet: 35, D5 and 65. RGB value is (53,213,101). Sum of RGB (Red+Green+Blue) = 53+213+101=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #35D565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D565 is #CA2A9A. Grayscale: #989898. Windows color (decimal): -13249179 or 6673717. OLE color: 6673717.

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

Color convert

RGB 53 213 101 -
CMYK 0.75 0 0.53 0.16
HSL 138º 0.66% 0.52% -
HSV(B) 138º 0.75% 0.84% -
XYZ 27.61 49.28 20.37 -
YUV 152.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 53 213 101 0.75 0 0.53 0.16 138 0.66 0.52
Hex 35 D5 65 4B 0 35 10 8A 42 34
Octal 65 325 145 113 0 65 20 212 102 64
Binary 110101 11010101 1100101 1001011 0 110101 10000 10001010 1000010 110100

Color Harmonies of #35D565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D565

Black with #35D565

Text Example


Text Example

White with #35D565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,213,101); }

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

background-color css

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

 a { background-color: rgb(53,213,101); }

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

border-color css

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

 span { border-color: rgb(53,213,101); }

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