Html Css Color HEX #35D58E Shamrock

📋 copy color: '#35D58E'

red 53 ◦ green 213 ◦ blue 142

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

Shades of Shamrock #35D58E

Tints of Shamrock #35D58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 12.99%
G = 52.21%
B = 34.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#35D58E (or 0x35D58E) is known color: Shamrock. HEX triplet: 35, D5 and 8E. RGB value is (53,213,142). Sum of RGB (Red+Green+Blue) = 53+213+142=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #35D58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D58E is #CA2A71. Grayscale: #9D9D9D. Windows color (decimal): -13249138 or 9360693. OLE color: 9360693.

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

Color convert

RGB 53 213 142 -
CMYK 0.75 0 0.33 0.16
HSL 153.38º 0.66% 0.52% -
HSV(B) 153.38º 0.75% 0.84% -
XYZ 30.14 50.3 33.71 -
YUV 157.07 119.49 53.77 -
System Red Green Blue C M Y K H S L
Decimal 53 213 142 0.75 0 0.33 0.16 153.38 0.66 0.52
Hex 35 D5 8E 4B 0 21 10 99 42 34
Octal 65 325 216 113 0 41 20 231 102 64
Binary 110101 11010101 10001110 1001011 0 100001 10000 10011001 1000010 110100

Color Harmonies of #35D58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D58E

Black with #35D58E

Text Example


Text Example

White with #35D58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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