Html Css Color HEX #38D85B Emerald

📋 copy color: '#38D85B'

red 56 ◦ green 216 ◦ blue 91

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

Shades of Emerald #38D85B

Tints of Emerald #38D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.5%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 15.43%
G = 59.5%
B = 25.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#38D85B (or 0x38D85B) is known color: Emerald. HEX triplet: 38, D8 and 5B. RGB value is (56,216,91). Sum of RGB (Red+Green+Blue) = 56+216+91=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #38D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D85B is #C727A4. Grayscale: #9A9A9A. Windows color (decimal): -13051813 or 6019128. OLE color: 6019128.

HSL color Cylindrical-coordinate representation of color #38D85B: hue angle of 133.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D85B is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 91 -
CMYK 0.74 0 0.58 0.15
HSL 133.13º 0.67% 0.53% -
HSV(B) 133.13º 0.74% 0.85% -
XYZ 28.08 50.71 18.21 -
YUV 153.91 92.49 58.16 -
System Red Green Blue C M Y K H S L
Decimal 56 216 91 0.74 0 0.58 0.15 133.13 0.67 0.53
Hex 38 D8 5B 4A 0 3A F 85 43 35
Octal 70 330 133 112 0 72 17 205 103 65
Binary 111000 11011000 1011011 1001010 0 111010 1111 10000101 1000011 110101

Color Harmonies of #38D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D85B

Black with #38D85B

Text Example


Text Example

White with #38D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,91); }

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

background-color css

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

 a { background-color: rgb(56,216,91); }

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

border-color css

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

 span { border-color: rgb(56,216,91); }

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