Html Css Color HEX #35E975 Emerald

📋 copy color: '#35E975'

red 53 ◦ green 233 ◦ blue 117

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

Shades of Emerald #35E975

Tints of Emerald #35E975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 57.82%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 13.15%
G = 57.82%
B = 29.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#35E975 (or 0x35E975) is known color: Emerald. HEX triplet: 35, E9 and 75. RGB value is (53,233,117). Sum of RGB (Red+Green+Blue) = 53+233+117=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #35E975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E975 is #CA168A. Grayscale: #A6A6A6. Windows color (decimal): -13244043 or 7727413. OLE color: 7727413.

HSL color Cylindrical-coordinate representation of color #35E975: hue angle of 141.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E975 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 233 117 -
CMYK 0.77 0 0.50 0.09
HSL 141.33º 0.8% 0.56% -
HSV(B) 141.33º 0.77% 0.91% -
XYZ 33.82 60.32 26.69 -
YUV 165.96 100.37 47.43 -
System Red Green Blue C M Y K H S L
Decimal 53 233 117 0.77 0 0.50 0.09 141.33 0.8 0.56
Hex 35 E9 75 4D 0 32 9 8D 50 38
Octal 65 351 165 115 0 62 11 215 120 70
Binary 110101 11101001 1110101 1001101 0 110010 1001 10001101 1010000 111000

Color Harmonies of #35E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E975

Black with #35E975

Text Example


Text Example

White with #35E975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,233,117); }

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

background-color css

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

 a { background-color: rgb(53,233,117); }

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

border-color css

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

 span { border-color: rgb(53,233,117); }

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