Html Css Color HEX #38E38D Shamrock

📋 copy color: '#38E38D'

red 56 ◦ green 227 ◦ blue 141

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

Shades of Shamrock #38E38D

Tints of Shamrock #38E38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.54%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 13.21%
G = 53.54%
B = 33.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#38E38D (or 0x38E38D) is known color: Shamrock. HEX triplet: 38, E3 and 8D. RGB value is (56,227,141). Sum of RGB (Red+Green+Blue) = 56+227+141=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #38E38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E38D is #C71C72. Grayscale: #A6A6A6. Windows color (decimal): -13048947 or 9298744. OLE color: 9298744.

HSL color Cylindrical-coordinate representation of color #38E38D: hue angle of 149.82º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E38D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 227 141 -
CMYK 0.75 0 0.38 0.11
HSL 149.82º 0.75% 0.55% -
HSV(B) 149.82º 0.75% 0.89% -
XYZ 33.91 57.7 34.55 -
YUV 166.07 113.85 49.49 -
System Red Green Blue C M Y K H S L
Decimal 56 227 141 0.75 0 0.38 0.11 149.82 0.75 0.55
Hex 38 E3 8D 4B 0 26 B 96 4B 37
Octal 70 343 215 113 0 46 13 226 113 67
Binary 111000 11100011 10001101 1001011 0 100110 1011 10010110 1001011 110111

Color Harmonies of #38E38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E38D

Black with #38E38D

Text Example


Text Example

White with #38E38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,227,141); }

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

background-color css

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

 a { background-color: rgb(56,227,141); }

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

border-color css

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

 span { border-color: rgb(56,227,141); }

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