Html Css Color HEX #38D969 Emerald

📋 copy color: '#38D969'

red 56 ◦ green 217 ◦ blue 105

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

Shades of Emerald #38D969

Tints of Emerald #38D969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.41%

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

R = 14.81%
G = 57.41%
B = 27.78%

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

#38D969 (or 0x38D969) is known color: Emerald. HEX triplet: 38, D9 and 69. RGB value is (56,217,105). Sum of RGB (Red+Green+Blue) = 56+217+105=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #38D969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D969 is #C72696. Grayscale: #9C9C9C. Windows color (decimal): -13051543 or 6936888. OLE color: 6936888.

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

Color convert

RGB 56 217 105 -
CMYK 0.74 0 0.52 0.15
HSL 138.26º 0.68% 0.54% -
HSV(B) 138.26º 0.74% 0.85% -
XYZ 28.99 51.49 21.77 -
YUV 156.09 99.16 56.61 -
System Red Green Blue C M Y K H S L
Decimal 56 217 105 0.74 0 0.52 0.15 138.26 0.68 0.54
Hex 38 D9 69 4A 0 34 F 8A 44 36
Octal 70 331 151 112 0 64 17 212 104 66
Binary 111000 11011001 1101001 1001010 0 110100 1111 10001010 1000100 110110

Color Harmonies of #38D969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D969

Black with #38D969

Text Example


Text Example

White with #38D969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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