Html Css Color HEX #38DD69 Emerald

📋 copy color: '#38DD69'

red 56 ◦ green 221 ◦ blue 105

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

Shades of Emerald #38DD69

Tints of Emerald #38DD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.85%

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 14.66%
G = 57.85%
B = 27.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#38DD69 (or 0x38DD69) is known color: Emerald. HEX triplet: 38, DD and 69. RGB value is (56,221,105). Sum of RGB (Red+Green+Blue) = 56+221+105=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD69 is #C72296. Grayscale: #9E9E9E. Windows color (decimal): -13050519 or 6937912. OLE color: 6937912.

HSL color Cylindrical-coordinate representation of color #38DD69: hue angle of 137.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD69 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 221 105 -
CMYK 0.75 0 0.52 0.13
HSL 137.82º 0.71% 0.54% -
HSV(B) 137.82º 0.75% 0.87% -
XYZ 30.04 53.57 22.12 -
YUV 158.44 97.84 54.93 -
System Red Green Blue C M Y K H S L
Decimal 56 221 105 0.75 0 0.52 0.13 137.82 0.71 0.54
Hex 38 DD 69 4B 0 34 D 8A 47 36
Octal 70 335 151 113 0 64 15 212 107 66
Binary 111000 11011101 1101001 1001011 0 110100 1101 10001010 1000111 110110

Color Harmonies of #38DD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DD69

Black with #38DD69

Text Example


Text Example

White with #38DD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,221,105); }

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

background-color css

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

 a { background-color: rgb(56,221,105); }

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

border-color css

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

 span { border-color: rgb(56,221,105); }

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