Html Css Color HEX #35D98D Shamrock

📋 copy color: '#35D98D'

red 53 ◦ green 217 ◦ blue 141

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

Shades of Shamrock #35D98D

Tints of Shamrock #35D98D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.8%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 12.9%
G = 52.8%
B = 34.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#35D98D (or 0x35D98D) is known color: Shamrock. HEX triplet: 35, D9 and 8D. RGB value is (53,217,141). Sum of RGB (Red+Green+Blue) = 53+217+141=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #35D98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D98D is #CA2672. Grayscale: #9F9F9F. Windows color (decimal): -13248115 or 9296181. OLE color: 9296181.

HSL color Cylindrical-coordinate representation of color #35D98D: hue angle of 152.2º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D98D is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 217 141 -
CMYK 0.76 0 0.35 0.15
HSL 152.2º 0.68% 0.53% -
HSV(B) 152.2º 0.76% 0.85% -
XYZ 31.09 52.31 33.66 -
YUV 159.3 117.67 52.18 -
System Red Green Blue C M Y K H S L
Decimal 53 217 141 0.76 0 0.35 0.15 152.2 0.68 0.53
Hex 35 D9 8D 4C 0 23 F 98 44 35
Octal 65 331 215 114 0 43 17 230 104 65
Binary 110101 11011001 10001101 1001100 0 100011 1111 10011000 1000100 110101

Color Harmonies of #35D98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D98D

Black with #35D98D

Text Example


Text Example

White with #35D98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,217,141); }

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

background-color css

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

 a { background-color: rgb(53,217,141); }

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

border-color css

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

 span { border-color: rgb(53,217,141); }

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