Html Css Color HEX #35E186 Shamrock

📋 copy color: '#35E186'

red 53 ◦ green 225 ◦ blue 134

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

Shades of Shamrock #35E186

Tints of Shamrock #35E186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.61%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 12.86%
G = 54.61%
B = 32.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#35E186 (or 0x35E186) is known color: Shamrock. HEX triplet: 35, E1 and 86. RGB value is (53,225,134). Sum of RGB (Red+Green+Blue) = 53+225+134=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #35E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E186 is #CA1E79. Grayscale: #A3A3A3. Windows color (decimal): -13246074 or 8839477. OLE color: 8839477.

HSL color Cylindrical-coordinate representation of color #35E186: hue angle of 148.26º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E186 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 225 134 -
CMYK 0.76 0 0.40 0.12
HSL 148.26º 0.74% 0.55% -
HSV(B) 148.26º 0.76% 0.88% -
XYZ 32.7 56.33 31.7 -
YUV 163.2 111.52 49.4 -
System Red Green Blue C M Y K H S L
Decimal 53 225 134 0.76 0 0.40 0.12 148.26 0.74 0.55
Hex 35 E1 86 4C 0 28 C 94 4A 37
Octal 65 341 206 114 0 50 14 224 112 67
Binary 110101 11100001 10000110 1001100 0 101000 1100 10010100 1001010 110111

Color Harmonies of #35E186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E186

Black with #35E186

Text Example


Text Example

White with #35E186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,225,134); }

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

background-color css

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

 a { background-color: rgb(53,225,134); }

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

border-color css

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

 span { border-color: rgb(53,225,134); }

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