Html Css Color HEX #38ED8D Shamrock

📋 copy color: '#38ED8D'

red 56 ◦ green 237 ◦ blue 141

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

Shades of Shamrock #38ED8D

Tints of Shamrock #38ED8D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.61%

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

R = 12.9%
G = 54.61%
B = 32.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#38ED8D (or 0x38ED8D) is known color: Shamrock. HEX triplet: 38, ED and 8D. RGB value is (56,237,141). Sum of RGB (Red+Green+Blue) = 56+237+141=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38ED8D is #C71272. Grayscale: #ACACAC. Windows color (decimal): -13046387 or 9301304. OLE color: 9301304.

HSL color Cylindrical-coordinate representation of color #38ED8D: hue angle of 148.18º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ED8D is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 141 -
CMYK 0.76 0 0.41 0.07
HSL 148.18º 0.83% 0.57% -
HSV(B) 148.18º 0.76% 0.93% -
XYZ 36.72 63.33 35.49 -
YUV 171.94 110.53 45.31 -
System Red Green Blue C M Y K H S L
Decimal 56 237 141 0.76 0 0.41 0.07 148.18 0.83 0.57
Hex 38 ED 8D 4C 0 29 7 94 53 39
Octal 70 355 215 114 0 51 7 224 123 71
Binary 111000 11101101 10001101 1001100 0 101001 111 10010100 1010011 111001

Color Harmonies of #38ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED8D

Black with #38ED8D

Text Example


Text Example

White with #38ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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