#38EF8E

Color #38EF8E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38EF8E

Tints of Shamrock #38EF8E

Color information

#38EF8E (or 0x38EF8E) is unknown color: approx Shamrock. HEX triplet: 38, EF and 8E. RGB value is (56,239,142). Sum of RGB (Red+Green+Blue) = 56+239+142=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EF8E is #C71071. Grayscale: #ADADAD. Windows color (decimal): -13045874 or 9367352. OLE color: 9367352.

HSL color Cylindrical-coordinate representation of color #38EF8E: hue angle of 148.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EF8E is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB56239142-
CMYK0.7700.410.06
HSL148.2º85.12%57.84%-
HSV(B)148.2º76.57%93.73%-
XYZ37.3864.5336.08-
YUV173.22110.3744.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.81%
GREEN value IS 239 (93.75% from 255) = 54.69%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=12.81%
G=54.69%
B=32.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal562391420.7700.410.06148.285.1257.84
Hex38EF8E4D029694553a
Octal70357216115051622412572
Binary111000111011111000111010011010101001110100101001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,239,142); }

 H1.HeaderClassName
 {
   color: #38EF8E;
 }
 .AnyTagClassName
 {
   color: #38EF8E;
 }
</style>
background-color css

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

 a { background-color: rgb(56,239,142); }

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

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

 span { border-color: rgb(56,239,142); }

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