Html Css Color HEX #38DB61 Emerald

📋 copy color: '#38DB61'

red 56 ◦ green 219 ◦ blue 97

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

Shades of Emerald #38DB61

Tints of Emerald #38DB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.87%

 BLUE value IS 97 (38.28% from 255) = 26.08%

R = 15.05%
G = 58.87%
B = 26.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#38DB61 (or 0x38DB61) is known color: Emerald. HEX triplet: 38, DB and 61. RGB value is (56,219,97). Sum of RGB (Red+Green+Blue) = 56+219+97=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB61 is #C7249E. Grayscale: #9C9C9C. Windows color (decimal): -13051039 or 6413112. OLE color: 6413112.

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

Color convert

RGB 56 219 97 -
CMYK 0.74 0 0.56 0.14
HSL 135.09º 0.69% 0.54% -
HSV(B) 135.09º 0.74% 0.86% -
XYZ 29.12 52.37 19.88 -
YUV 156.36 94.5 56.42 -
System Red Green Blue C M Y K H S L
Decimal 56 219 97 0.74 0 0.56 0.14 135.09 0.69 0.54
Hex 38 DB 61 4A 0 38 E 87 45 36
Octal 70 333 141 112 0 70 16 207 105 66
Binary 111000 11011011 1100001 1001010 0 111000 1110 10000111 1000101 110110

Color Harmonies of #38DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB61

Black with #38DB61

Text Example


Text Example

White with #38DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,219,97); }

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

background-color css

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

 a { background-color: rgb(56,219,97); }

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

border-color css

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

 span { border-color: rgb(56,219,97); }

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