Html Css Color HEX #35E088 Shamrock

📋 copy color: '#35E088'

red 53 ◦ green 224 ◦ blue 136

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

Shades of Shamrock #35E088

Tints of Shamrock #35E088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 12.83%
G = 54.24%
B = 32.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#35E088 (or 0x35E088) is known color: Shamrock. HEX triplet: 35, E0 and 88. RGB value is (53,224,136). Sum of RGB (Red+Green+Blue) = 53+224+136=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #35E088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E088 is #CA1F77. Grayscale: #A3A3A3. Windows color (decimal): -13246328 or 8970293. OLE color: 8970293.

HSL color Cylindrical-coordinate representation of color #35E088: hue angle of 149.12º 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 #35E088 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 224 136 -
CMYK 0.76 0 0.39 0.12
HSL 149.12º 0.73% 0.54% -
HSV(B) 149.12º 0.76% 0.88% -
XYZ 32.57 55.85 32.36 -
YUV 162.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 53 224 136 0.76 0 0.39 0.12 149.12 0.73 0.54
Hex 35 E0 88 4C 0 27 C 95 49 36
Octal 65 340 210 114 0 47 14 225 111 66
Binary 110101 11100000 10001000 1001100 0 100111 1100 10010101 1001001 110110

Color Harmonies of #35E088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E088

Black with #35E088

Text Example


Text Example

White with #35E088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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