Html Css Color HEX #35D59D Shamrock

📋 copy color: '#35D59D'

red 53 ◦ green 213 ◦ blue 157

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

Shades of Shamrock #35D59D

Tints of Shamrock #35D59D

RGB

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

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

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

R = 12.53%
G = 50.35%
B = 37.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#35D59D (or 0x35D59D) is known color: Shamrock. HEX triplet: 35, D5 and 9D. RGB value is (53,213,157). Sum of RGB (Red+Green+Blue) = 53+213+157=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #35D59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D59D is #CA2A62. Grayscale: #9E9E9E. Windows color (decimal): -13249123 or 10343733. OLE color: 10343733.

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

Color convert

RGB 53 213 157 -
CMYK 0.75 0 0.26 0.16
HSL 159º 0.66% 0.52% -
HSV(B) 159º 0.75% 0.84% -
XYZ 31.35 50.78 40.05 -
YUV 158.78 126.99 52.55 -
System Red Green Blue C M Y K H S L
Decimal 53 213 157 0.75 0 0.26 0.16 159 0.66 0.52
Hex 35 D5 9D 4B 0 1A 10 9F 42 34
Octal 65 325 235 113 0 32 20 237 102 64
Binary 110101 11010101 10011101 1001011 0 11010 10000 10011111 1000010 110100

Color Harmonies of #35D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D59D

Black with #35D59D

Text Example


Text Example

White with #35D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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