Html Css Color HEX #38DA64 Emerald

📋 copy color: '#38DA64'

red 56 ◦ green 218 ◦ blue 100

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

Shades of Emerald #38DA64

Tints of Emerald #38DA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 14.97%
G = 58.29%
B = 26.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#38DA64 (or 0x38DA64) is known color: Emerald. HEX triplet: 38, DA and 64. RGB value is (56,218,100). Sum of RGB (Red+Green+Blue) = 56+218+100=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA64 is #C7259B. Grayscale: #9C9C9C. Windows color (decimal): -13051292 or 6609464. OLE color: 6609464.

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

Color convert

RGB 56 218 100 -
CMYK 0.74 0 0.54 0.15
HSL 136.3º 0.69% 0.54% -
HSV(B) 136.3º 0.74% 0.85% -
XYZ 29 51.9 20.55 -
YUV 156.11 96.33 56.59 -
System Red Green Blue C M Y K H S L
Decimal 56 218 100 0.74 0 0.54 0.15 136.3 0.69 0.54
Hex 38 DA 64 4A 0 36 F 88 45 36
Octal 70 332 144 112 0 66 17 210 105 66
Binary 111000 11011010 1100100 1001010 0 110110 1111 10001000 1000101 110110

Color Harmonies of #38DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA64

Black with #38DA64

Text Example


Text Example

White with #38DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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