Html Css Color HEX #38DC8C Shamrock

📋 copy color: '#38DC8C'

red 56 ◦ green 220 ◦ blue 140

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

Shades of Shamrock #38DC8C

Tints of Shamrock #38DC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 13.46%
G = 52.88%
B = 33.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#38DC8C (or 0x38DC8C) is known color: Shamrock. HEX triplet: 38, DC and 8C. RGB value is (56,220,140). Sum of RGB (Red+Green+Blue) = 56+220+140=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC8C is #C72373. Grayscale: #A2A2A2. Windows color (decimal): -13050740 or 9231416. OLE color: 9231416.

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

Color convert

RGB 56 220 140 -
CMYK 0.75 0 0.36 0.14
HSL 150.73º 0.7% 0.54% -
HSV(B) 150.73º 0.75% 0.86% -
XYZ 31.96 53.92 33.53 -
YUV 161.84 115.67 52.5 -
System Red Green Blue C M Y K H S L
Decimal 56 220 140 0.75 0 0.36 0.14 150.73 0.7 0.54
Hex 38 DC 8C 4B 0 24 E 97 46 36
Octal 70 334 214 113 0 44 16 227 106 66
Binary 111000 11011100 10001100 1001011 0 100100 1110 10010111 1000110 110110

Color Harmonies of #38DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC8C

Black with #38DC8C

Text Example


Text Example

White with #38DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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