Html Css Color HEX #35E38D Shamrock

📋 copy color: '#35E38D'

red 53 ◦ green 227 ◦ blue 141

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

Shades of Shamrock #35E38D

Tints of Shamrock #35E38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.92%

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

R = 12.59%
G = 53.92%
B = 33.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#35E38D (or 0x35E38D) is known color: Shamrock. HEX triplet: 35, E3 and 8D. RGB value is (53,227,141). Sum of RGB (Red+Green+Blue) = 53+227+141=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #35E38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E38D is #CA1C72. Grayscale: #A5A5A5. Windows color (decimal): -13245555 or 9298741. OLE color: 9298741.

HSL color Cylindrical-coordinate representation of color #35E38D: hue angle of 150.34º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E38D is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 141 -
CMYK 0.77 0 0.38 0.11
HSL 150.34º 0.76% 0.55% -
HSV(B) 150.34º 0.77% 0.89% -
XYZ 33.75 57.62 34.54 -
YUV 165.17 114.35 47.99 -
System Red Green Blue C M Y K H S L
Decimal 53 227 141 0.77 0 0.38 0.11 150.34 0.76 0.55
Hex 35 E3 8D 4D 0 26 B 96 4C 37
Octal 65 343 215 115 0 46 13 226 114 67
Binary 110101 11100011 10001101 1001101 0 100110 1011 10010110 1001100 110111

Color Harmonies of #35E38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E38D

Black with #35E38D

Text Example


Text Example

White with #35E38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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