Html Css Color HEX #38DA68 Emerald

📋 copy color: '#38DA68'

red 56 ◦ green 218 ◦ blue 104

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

Shades of Emerald #38DA68

Tints of Emerald #38DA68

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.67%

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 14.81%
G = 57.67%
B = 27.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#38DA68 (or 0x38DA68) is known color: Emerald. HEX triplet: 38, DA and 68. RGB value is (56,218,104). Sum of RGB (Red+Green+Blue) = 56+218+104=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA68 is #C72597. Grayscale: #9C9C9C. Windows color (decimal): -13051288 or 6871608. OLE color: 6871608.

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

Color convert

RGB 56 218 104 -
CMYK 0.74 0 0.52 0.15
HSL 137.78º 0.69% 0.54% -
HSV(B) 137.78º 0.74% 0.85% -
XYZ 29.2 51.98 21.59 -
YUV 156.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 56 218 104 0.74 0 0.52 0.15 137.78 0.69 0.54
Hex 38 DA 68 4A 0 34 F 8A 45 36
Octal 70 332 150 112 0 64 17 212 105 66
Binary 111000 11011010 1101000 1001010 0 110100 1111 10001010 1000101 110110

Color Harmonies of #38DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA68

Black with #38DA68

Text Example


Text Example

White with #38DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,218,104); }

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

background-color css

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

 a { background-color: rgb(56,218,104); }

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

border-color css

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

 span { border-color: rgb(56,218,104); }

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