Html Css Color HEX #38D78F Shamrock

📋 copy color: '#38D78F'

red 56 ◦ green 215 ◦ blue 143

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

Shades of Shamrock #38D78F

Tints of Shamrock #38D78F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 13.53%
G = 51.93%
B = 34.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#38D78F (or 0x38D78F) is known color: Shamrock. HEX triplet: 38, D7 and 8F. RGB value is (56,215,143). Sum of RGB (Red+Green+Blue) = 56+215+143=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #38D78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D78F is #C72870. Grayscale: #9F9F9F. Windows color (decimal): -13052017 or 9426744. OLE color: 9426744.

HSL color Cylindrical-coordinate representation of color #38D78F: hue angle of 152.83º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D78F is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 143 -
CMYK 0.74 0 0.33 0.16
HSL 152.83º 0.67% 0.53% -
HSV(B) 152.83º 0.74% 0.84% -
XYZ 30.89 51.42 34.28 -
YUV 159.25 118.82 54.35 -
System Red Green Blue C M Y K H S L
Decimal 56 215 143 0.74 0 0.33 0.16 152.83 0.67 0.53
Hex 38 D7 8F 4A 0 21 10 99 43 35
Octal 70 327 217 112 0 41 20 231 103 65
Binary 111000 11010111 10001111 1001010 0 100001 10000 10011001 1000011 110101

Color Harmonies of #38D78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D78F

Black with #38D78F

Text Example


Text Example

White with #38D78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,215,143); }

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

background-color css

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

 a { background-color: rgb(56,215,143); }

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

border-color css

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

 span { border-color: rgb(56,215,143); }

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