Html Css Color HEX #35DF8A Shamrock

📋 copy color: '#35DF8A'

red 53 ◦ green 223 ◦ blue 138

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

Shades of Shamrock #35DF8A

Tints of Shamrock #35DF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.86%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 12.8%
G = 53.86%
B = 33.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#35DF8A (or 0x35DF8A) is known color: Shamrock. HEX triplet: 35, DF and 8A. RGB value is (53,223,138). Sum of RGB (Red+Green+Blue) = 53+223+138=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DF8A is #CA2075. Grayscale: #A2A2A2. Windows color (decimal): -13246582 or 9101109. OLE color: 9101109.

HSL color Cylindrical-coordinate representation of color #35DF8A: hue angle of 150º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DF8A is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 223 138 -
CMYK 0.76 0 0.38 0.13
HSL 150º 0.73% 0.54% -
HSV(B) 150º 0.76% 0.87% -
XYZ 32.44 55.37 33.02 -
YUV 162.48 114.18 49.91 -
System Red Green Blue C M Y K H S L
Decimal 53 223 138 0.76 0 0.38 0.13 150 0.73 0.54
Hex 35 DF 8A 4C 0 26 D 96 49 36
Octal 65 337 212 114 0 46 15 226 111 66
Binary 110101 11011111 10001010 1001100 0 100110 1101 10010110 1001001 110110

Color Harmonies of #35DF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DF8A

Black with #35DF8A

Text Example


Text Example

White with #35DF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,223,138); }

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

background-color css

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

 a { background-color: rgb(53,223,138); }

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

border-color css

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

 span { border-color: rgb(53,223,138); }

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