Html Css Color HEX #35ED8C Shamrock

📋 copy color: '#35ED8C'

red 53 ◦ green 237 ◦ blue 140

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

Shades of Shamrock #35ED8C

Tints of Shamrock #35ED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.12%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 12.33%
G = 55.12%
B = 32.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#35ED8C (or 0x35ED8C) is known color: Shamrock. HEX triplet: 35, ED and 8C. RGB value is (53,237,140). Sum of RGB (Red+Green+Blue) = 53+237+140=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #35ED8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35ED8C is #CA1273. Grayscale: #ABABAB. Windows color (decimal): -13242996 or 9235765. OLE color: 9235765.

HSL color Cylindrical-coordinate representation of color #35ED8C: hue angle of 148.37º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ED8C is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 237 140 -
CMYK 0.78 0 0.41 0.07
HSL 148.37º 0.84% 0.57% -
HSV(B) 148.37º 0.78% 0.93% -
XYZ 36.49 63.22 35.09 -
YUV 170.93 110.54 43.89 -
System Red Green Blue C M Y K H S L
Decimal 53 237 140 0.78 0 0.41 0.07 148.37 0.84 0.57
Hex 35 ED 8C 4E 0 29 7 94 54 39
Octal 65 355 214 116 0 51 7 224 124 71
Binary 110101 11101101 10001100 1001110 0 101001 111 10010100 1010100 111001

Color Harmonies of #35ED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ED8C

Black with #35ED8C

Text Example


Text Example

White with #35ED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,237,140); }

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

background-color css

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

 a { background-color: rgb(53,237,140); }

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

border-color css

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

 span { border-color: rgb(53,237,140); }

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