Html Css Color HEX #38DC83 Shamrock

📋 copy color: '#38DC83'

red 56 ◦ green 220 ◦ blue 131

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

Shades of Shamrock #38DC83

Tints of Shamrock #38DC83

RGB

 RED value IS 56 (22.27% from 255) = 13.76%

 GREEN value IS 220 (86.33% from 255) = 54.05%

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 13.76%
G = 54.05%
B = 32.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#38DC83 (or 0x38DC83) is known color: Shamrock. HEX triplet: 38, DC and 83. RGB value is (56,220,131). Sum of RGB (Red+Green+Blue) = 56+220+131=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC83 is #C7237C. Grayscale: #A1A1A1. Windows color (decimal): -13050749 or 8641592. OLE color: 8641592.

HSL color Cylindrical-coordinate representation of color #38DC83: hue angle of 147.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC83 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 131 -
CMYK 0.75 0 0.40 0.14
HSL 147.44º 0.7% 0.54% -
HSV(B) 147.44º 0.75% 0.86% -
XYZ 31.32 53.67 30.18 -
YUV 160.82 111.17 53.24 -
System Red Green Blue C M Y K H S L
Decimal 56 220 131 0.75 0 0.40 0.14 147.44 0.7 0.54
Hex 38 DC 83 4B 0 28 E 93 46 36
Octal 70 334 203 113 0 50 16 223 106 66
Binary 111000 11011100 10000011 1001011 0 101000 1110 10010011 1000110 110110

Color Harmonies of #38DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC83

Black with #38DC83

Text Example


Text Example

White with #38DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DC83; }

 p { color: rgb(56,220,131); }

 H1.HeaderClassName
 {
   color: #38DC83;
 }
 .AnyTagClassName
 {
   color: #38DC83;
 }
</style>

background-color css

<style>
 a { background-color: #38DC83; }

 a { background-color: rgb(56,220,131); }

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

border-color css

<style>
 span { border-color: #38DC83; }

 span { border-color: rgb(56,220,131); }

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