Html Css Color HEX #35CE80 Shamrock

📋 copy color: '#35CE80'

red 53 ◦ green 206 ◦ blue 128

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

Shades of Shamrock #35CE80

Tints of Shamrock #35CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.23%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 13.7%
G = 53.23%
B = 33.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#35CE80 (or 0x35CE80) is known color: Shamrock. HEX triplet: 35, CE and 80. RGB value is (53,206,128). Sum of RGB (Red+Green+Blue) = 53+206+128=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CE80 is #CA317F. Grayscale: #979797. Windows color (decimal): -13250944 or 8441397. OLE color: 8441397.

HSL color Cylindrical-coordinate representation of color #35CE80: hue angle of 149.41º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE80 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 206 128 -
CMYK 0.74 0 0.38 0.19
HSL 149.41º 0.61% 0.51% -
HSV(B) 149.41º 0.74% 0.81% -
XYZ 27.44 46.46 27.94 -
YUV 151.36 114.81 57.84 -
System Red Green Blue C M Y K H S L
Decimal 53 206 128 0.74 0 0.38 0.19 149.41 0.61 0.51
Hex 35 CE 80 4A 0 26 13 95 3D 33
Octal 65 316 200 112 0 46 23 225 75 63
Binary 110101 11001110 10000000 1001010 0 100110 10011 10010101 111101 110011

Color Harmonies of #35CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CE80

Black with #35CE80

Text Example


Text Example

White with #35CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,206,128); }

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

background-color css

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

 a { background-color: rgb(53,206,128); }

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

border-color css

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

 span { border-color: rgb(53,206,128); }

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