Html Css Color HEX #38D65F Emerald

📋 copy color: '#38D65F'

red 56 ◦ green 214 ◦ blue 95

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

Shades of Emerald #38D65F

Tints of Emerald #38D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 15.34%
G = 58.63%
B = 26.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#38D65F (or 0x38D65F) is known color: Emerald. HEX triplet: 38, D6 and 5F. RGB value is (56,214,95). Sum of RGB (Red+Green+Blue) = 56+214+95=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #38D65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D65F is #C729A0. Grayscale: #999999. Windows color (decimal): -13052321 or 6280760. OLE color: 6280760.

HSL color Cylindrical-coordinate representation of color #38D65F: hue angle of 134.81º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D65F is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 95 -
CMYK 0.74 0 0.56 0.16
HSL 134.81º 0.66% 0.53% -
HSV(B) 134.81º 0.74% 0.84% -
XYZ 27.74 49.76 18.97 -
YUV 153.19 95.15 58.68 -
System Red Green Blue C M Y K H S L
Decimal 56 214 95 0.74 0 0.56 0.16 134.81 0.66 0.53
Hex 38 D6 5F 4A 0 38 10 87 42 35
Octal 70 326 137 112 0 70 20 207 102 65
Binary 111000 11010110 1011111 1001010 0 111000 10000 10000111 1000010 110101

Color Harmonies of #38D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D65F

Black with #38D65F

Text Example


Text Example

White with #38D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,95); }

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

background-color css

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

 a { background-color: rgb(56,214,95); }

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

border-color css

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

 span { border-color: rgb(56,214,95); }

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