Html Css Color HEX #35E091 Shamrock

📋 copy color: '#35E091'

red 53 ◦ green 224 ◦ blue 145

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

Shades of Shamrock #35E091

Tints of Shamrock #35E091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.08%

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 12.56%
G = 53.08%
B = 34.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#35E091 (or 0x35E091) is known color: Shamrock. HEX triplet: 35, E0 and 91. RGB value is (53,224,145). Sum of RGB (Red+Green+Blue) = 53+224+145=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #35E091 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E091 is #CA1F6E. Grayscale: #A4A4A4. Windows color (decimal): -13246319 or 9560117. OLE color: 9560117.

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

Color convert

RGB 53 224 145 -
CMYK 0.76 0 0.35 0.12
HSL 152.28º 0.73% 0.54% -
HSV(B) 152.28º 0.76% 0.88% -
XYZ 33.23 56.11 35.87 -
YUV 163.87 117.35 48.92 -
System Red Green Blue C M Y K H S L
Decimal 53 224 145 0.76 0 0.35 0.12 152.28 0.73 0.54
Hex 35 E0 91 4C 0 23 C 98 49 36
Octal 65 340 221 114 0 43 14 230 111 66
Binary 110101 11100000 10010001 1001100 0 100011 1100 10011000 1001001 110110

Color Harmonies of #35E091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E091

Black with #35E091

Text Example


Text Example

White with #35E091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,224,145); }

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

background-color css

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

 a { background-color: rgb(53,224,145); }

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

border-color css

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

 span { border-color: rgb(53,224,145); }

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