Html Css Color HEX #35E482 Shamrock

📋 copy color: '#35E482'

red 53 ◦ green 228 ◦ blue 130

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

Shades of Shamrock #35E482

Tints of Shamrock #35E482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.47%

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 12.9%
G = 55.47%
B = 31.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#35E482 (or 0x35E482) is known color: Shamrock. HEX triplet: 35, E4 and 82. RGB value is (53,228,130). Sum of RGB (Red+Green+Blue) = 53+228+130=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #35E482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E482 is #CA1B7D. Grayscale: #A4A4A4. Windows color (decimal): -13245310 or 8578101. OLE color: 8578101.

HSL color Cylindrical-coordinate representation of color #35E482: hue angle of 146.4º 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 #35E482 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 228 130 -
CMYK 0.77 0 0.43 0.11
HSL 146.4º 0.76% 0.55% -
HSV(B) 146.4º 0.77% 0.89% -
XYZ 33.24 57.86 30.53 -
YUV 164.5 108.52 48.47 -
System Red Green Blue C M Y K H S L
Decimal 53 228 130 0.77 0 0.43 0.11 146.4 0.76 0.55
Hex 35 E4 82 4D 0 2B B 92 4C 37
Octal 65 344 202 115 0 53 13 222 114 67
Binary 110101 11100100 10000010 1001101 0 101011 1011 10010010 1001100 110111

Color Harmonies of #35E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E482

Black with #35E482

Text Example


Text Example

White with #35E482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,228,130); }

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

background-color css

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

 a { background-color: rgb(53,228,130); }

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

border-color css

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

 span { border-color: rgb(53,228,130); }

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