Html Css Color HEX #38BF74 Medium Sea Green

📋 copy color: '#38BF74'

red 56 ◦ green 191 ◦ blue 116

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

Shades of Medium Sea Green #38BF74

Tints of Medium Sea Green #38BF74

RGB

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

 GREEN value IS 191 (75% from 255) = 52.62%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 15.43%
G = 52.62%
B = 31.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#38BF74 (or 0x38BF74) is known color: Medium Sea Green. HEX triplet: 38, BF and 74. RGB value is (56,191,116). Sum of RGB (Red+Green+Blue) = 56+191+116=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BF74 is #C7408B. Grayscale: #8E8E8E. Windows color (decimal): -13058188 or 7651128. OLE color: 7651128.

HSL color Cylindrical-coordinate representation of color #38BF74: hue angle of 146.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BF74 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 191 116 -
CMYK 0.71 0 0.39 0.25
HSL 146.67º 0.55% 0.48% -
HSV(B) 146.67º 0.71% 0.75% -
XYZ 23.41 39.36 22.89 -
YUV 142.09 113.27 66.6 -
System Red Green Blue C M Y K H S L
Decimal 56 191 116 0.71 0 0.39 0.25 146.67 0.55 0.48
Hex 38 BF 74 47 0 27 19 93 37 30
Octal 70 277 164 107 0 47 31 223 67 60
Binary 111000 10111111 1110100 1000111 0 100111 11001 10010011 110111 110000

Color Harmonies of #38BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BF74

Black with #38BF74

Text Example


Text Example

White with #38BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,191,116); }

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

background-color css

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

 a { background-color: rgb(56,191,116); }

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

border-color css

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

 span { border-color: rgb(56,191,116); }

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