Html Css Color HEX #38DA65 Emerald

📋 copy color: '#38DA65'

red 56 ◦ green 218 ◦ blue 101

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

Shades of Emerald #38DA65

Tints of Emerald #38DA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 14.93%
G = 58.13%
B = 26.93%

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

#38DA65 (or 0x38DA65) is known color: Emerald. HEX triplet: 38, DA and 65. RGB value is (56,218,101). Sum of RGB (Red+Green+Blue) = 56+218+101=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA65 is #C7259A. Grayscale: #9C9C9C. Windows color (decimal): -13051291 or 6675000. OLE color: 6675000.

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

Color convert

RGB 56 218 101 -
CMYK 0.74 0 0.54 0.15
HSL 136.67º 0.69% 0.54% -
HSV(B) 136.67º 0.74% 0.85% -
XYZ 29.05 51.92 20.8 -
YUV 156.22 96.83 56.51 -
System Red Green Blue C M Y K H S L
Decimal 56 218 101 0.74 0 0.54 0.15 136.67 0.69 0.54
Hex 38 DA 65 4A 0 36 F 89 45 36
Octal 70 332 145 112 0 66 17 211 105 66
Binary 111000 11011010 1100101 1001010 0 110110 1111 10001001 1000101 110110

Color Harmonies of #38DA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA65

Black with #38DA65

Text Example


Text Example

White with #38DA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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