Html Css Color HEX #38DC85 Shamrock

📋 copy color: '#38DC85'

red 56 ◦ green 220 ◦ blue 133

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

Shades of Shamrock #38DC85

Tints of Shamrock #38DC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 13.69%
G = 53.79%
B = 32.52%

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

#38DC85 (or 0x38DC85) is known color: Shamrock. HEX triplet: 38, DC and 85. RGB value is (56,220,133). Sum of RGB (Red+Green+Blue) = 56+220+133=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC85 is #C7237A. Grayscale: #A1A1A1. Windows color (decimal): -13050747 or 8772664. OLE color: 8772664.

HSL color Cylindrical-coordinate representation of color #38DC85: hue angle of 148.17º 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 #38DC85 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 133 -
CMYK 0.75 0 0.40 0.14
HSL 148.17º 0.7% 0.54% -
HSV(B) 148.17º 0.75% 0.86% -
XYZ 31.46 53.72 30.9 -
YUV 161.05 112.17 53.07 -
System Red Green Blue C M Y K H S L
Decimal 56 220 133 0.75 0 0.40 0.14 148.17 0.7 0.54
Hex 38 DC 85 4B 0 28 E 94 46 36
Octal 70 334 205 113 0 50 16 224 106 66
Binary 111000 11011100 10000101 1001011 0 101000 1110 10010100 1000110 110110

Color Harmonies of #38DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC85

Black with #38DC85

Text Example


Text Example

White with #38DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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