Html Css Color HEX #38EE8C Shamrock

📋 copy color: '#38EE8C'

red 56 ◦ green 238 ◦ blue 140

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

Shades of Shamrock #38EE8C

Tints of Shamrock #38EE8C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.84%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 12.9%
G = 54.84%
B = 32.26%

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

#38EE8C (or 0x38EE8C) is known color: Shamrock. HEX triplet: 38, EE and 8C. RGB value is (56,238,140). Sum of RGB (Red+Green+Blue) = 56+238+140=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EE8C is #C71173. Grayscale: #ACACAC. Windows color (decimal): -13046132 or 9236024. OLE color: 9236024.

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

Color convert

RGB 56 238 140 -
CMYK 0.76 0 0.41 0.07
HSL 147.69º 0.84% 0.58% -
HSV(B) 147.69º 0.76% 0.93% -
XYZ 36.94 63.88 35.19 -
YUV 172.41 109.7 44.97 -
System Red Green Blue C M Y K H S L
Decimal 56 238 140 0.76 0 0.41 0.07 147.69 0.84 0.58
Hex 38 EE 8C 4C 0 29 7 94 54 3A
Octal 70 356 214 114 0 51 7 224 124 72
Binary 111000 11101110 10001100 1001100 0 101001 111 10010100 1010100 111010

Color Harmonies of #38EE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE8C

Black with #38EE8C

Text Example


Text Example

White with #38EE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,140); }

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

background-color css

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

 a { background-color: rgb(56,238,140); }

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

border-color css

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

 span { border-color: rgb(56,238,140); }

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