Html Css Color HEX #38E38B Shamrock

📋 copy color: '#38E38B'

red 56 ◦ green 227 ◦ blue 139

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

Shades of Shamrock #38E38B

Tints of Shamrock #38E38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 13.27%
G = 53.79%
B = 32.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#38E38B (or 0x38E38B) is known color: Shamrock. HEX triplet: 38, E3 and 8B. RGB value is (56,227,139). Sum of RGB (Red+Green+Blue) = 56+227+139=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #38E38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E38B is #C71C74. Grayscale: #A6A6A6. Windows color (decimal): -13048949 or 9167672. OLE color: 9167672.

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

Color convert

RGB 56 227 139 -
CMYK 0.75 0 0.39 0.11
HSL 149.12º 0.75% 0.55% -
HSV(B) 149.12º 0.75% 0.89% -
XYZ 33.76 57.64 33.77 -
YUV 165.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 56 227 139 0.75 0 0.39 0.11 149.12 0.75 0.55
Hex 38 E3 8B 4B 0 27 B 95 4B 37
Octal 70 343 213 113 0 47 13 225 113 67
Binary 111000 11100011 10001011 1001011 0 100111 1011 10010101 1001011 110111

Color Harmonies of #38E38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E38B

Black with #38E38B

Text Example


Text Example

White with #38E38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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