Html Css Color HEX #38D66D Emerald

📋 copy color: '#38D66D'

red 56 ◦ green 214 ◦ blue 109

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

Shades of Emerald #38D66D

Tints of Emerald #38D66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 14.78%
G = 56.46%
B = 28.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#38D66D (or 0x38D66D) is known color: Emerald. HEX triplet: 38, D6 and 6D. RGB value is (56,214,109). Sum of RGB (Red+Green+Blue) = 56+214+109=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #38D66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D66D is #C72992. Grayscale: #9B9B9B. Windows color (decimal): -13052307 or 7198264. OLE color: 7198264.

HSL color Cylindrical-coordinate representation of color #38D66D: hue angle of 140.13º 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 #38D66D is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 109 -
CMYK 0.74 0 0.49 0.16
HSL 140.13º 0.66% 0.53% -
HSV(B) 140.13º 0.74% 0.84% -
XYZ 28.44 50.04 22.63 -
YUV 154.79 102.15 57.54 -
System Red Green Blue C M Y K H S L
Decimal 56 214 109 0.74 0 0.49 0.16 140.13 0.66 0.53
Hex 38 D6 6D 4A 0 31 10 8C 42 35
Octal 70 326 155 112 0 61 20 214 102 65
Binary 111000 11010110 1101101 1001010 0 110001 10000 10001100 1000010 110101

Color Harmonies of #38D66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D66D

Black with #38D66D

Text Example


Text Example

White with #38D66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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