Html Css Color HEX #35D45B Emerald

📋 copy color: '#35D45B'

red 53 ◦ green 212 ◦ blue 91

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

Shades of Emerald #35D45B

Tints of Emerald #35D45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.55%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 14.89%
G = 59.55%
B = 25.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#35D45B (or 0x35D45B) is known color: Emerald. HEX triplet: 35, D4 and 5B. RGB value is (53,212,91). Sum of RGB (Red+Green+Blue) = 53+212+91=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #35D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D45B is #CA2BA4. Grayscale: #969696. Windows color (decimal): -13249445 or 6018101. OLE color: 6018101.

HSL color Cylindrical-coordinate representation of color #35D45B: hue angle of 134.34º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D45B is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 212 91 -
CMYK 0.75 0 0.57 0.17
HSL 134.34º 0.65% 0.52% -
HSV(B) 134.34º 0.75% 0.83% -
XYZ 26.9 48.6 17.86 -
YUV 150.67 94.32 58.34 -
System Red Green Blue C M Y K H S L
Decimal 53 212 91 0.75 0 0.57 0.17 134.34 0.65 0.52
Hex 35 D4 5B 4B 0 39 11 86 41 34
Octal 65 324 133 113 0 71 21 206 101 64
Binary 110101 11010100 1011011 1001011 0 111001 10001 10000110 1000001 110100

Color Harmonies of #35D45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D45B

Black with #35D45B

Text Example


Text Example

White with #35D45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,212,91); }

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

background-color css

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

 a { background-color: rgb(53,212,91); }

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

border-color css

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

 span { border-color: rgb(53,212,91); }

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