Html Css Color HEX #35DD65 Emerald

📋 copy color: '#35DD65'

red 53 ◦ green 221 ◦ blue 101

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

Shades of Emerald #35DD65

Tints of Emerald #35DD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.93%

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

R = 14.13%
G = 58.93%
B = 26.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#35DD65 (or 0x35DD65) is known color: Emerald. HEX triplet: 35, DD and 65. RGB value is (53,221,101). Sum of RGB (Red+Green+Blue) = 53+221+101=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD65 is #CA229A. Grayscale: #9D9D9D. Windows color (decimal): -13247131 or 6675765. OLE color: 6675765.

HSL color Cylindrical-coordinate representation of color #35DD65: hue angle of 137.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD65 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 101 -
CMYK 0.76 0 0.54 0.13
HSL 137.14º 0.71% 0.54% -
HSV(B) 137.14º 0.76% 0.87% -
XYZ 29.67 53.41 21.06 -
YUV 157.09 96.34 53.76 -
System Red Green Blue C M Y K H S L
Decimal 53 221 101 0.76 0 0.54 0.13 137.14 0.71 0.54
Hex 35 DD 65 4C 0 36 D 89 47 36
Octal 65 335 145 114 0 66 15 211 107 66
Binary 110101 11011101 1100101 1001100 0 110110 1101 10001001 1000111 110110

Color Harmonies of #35DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DD65

Black with #35DD65

Text Example


Text Example

White with #35DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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