Html Css Color HEX #35EC9D Shamrock

📋 copy color: '#35EC9D'

red 53 ◦ green 236 ◦ blue 157

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

Shades of Shamrock #35EC9D

Tints of Shamrock #35EC9D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.91%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 11.88%
G = 52.91%
B = 35.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#35EC9D (or 0x35EC9D) is known color: Shamrock. HEX triplet: 35, EC and 9D. RGB value is (53,236,157). Sum of RGB (Red+Green+Blue) = 53+236+157=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EC9D is #CA1362. Grayscale: #ACACAC. Windows color (decimal): -13243235 or 10349621. OLE color: 10349621.

HSL color Cylindrical-coordinate representation of color #35EC9D: hue angle of 154.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EC9D is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 236 157 -
CMYK 0.78 0 0.33 0.07
HSL 154.1º 0.83% 0.57% -
HSV(B) 154.1º 0.78% 0.93% -
XYZ 37.55 63.18 42.11 -
YUV 172.28 119.37 42.92 -
System Red Green Blue C M Y K H S L
Decimal 53 236 157 0.78 0 0.33 0.07 154.1 0.83 0.57
Hex 35 EC 9D 4E 0 21 7 9A 53 39
Octal 65 354 235 116 0 41 7 232 123 71
Binary 110101 11101100 10011101 1001110 0 100001 111 10011010 1010011 111001

Color Harmonies of #35EC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EC9D

Black with #35EC9D

Text Example


Text Example

White with #35EC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,236,157); }

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

background-color css

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

 a { background-color: rgb(53,236,157); }

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

border-color css

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

 span { border-color: rgb(53,236,157); }

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