Html Css Color HEX #38D966 Emerald

📋 copy color: '#38D966'

red 56 ◦ green 217 ◦ blue 102

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

Shades of Emerald #38D966

Tints of Emerald #38D966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 14.93%
G = 57.87%
B = 27.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#38D966 (or 0x38D966) is known color: Emerald. HEX triplet: 38, D9 and 66. RGB value is (56,217,102). Sum of RGB (Red+Green+Blue) = 56+217+102=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #38D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D966 is #C72699. Grayscale: #9C9C9C. Windows color (decimal): -13051546 or 6740280. OLE color: 6740280.

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

Color convert

RGB 56 217 102 -
CMYK 0.74 0 0.53 0.15
HSL 137.14º 0.68% 0.54% -
HSV(B) 137.14º 0.74% 0.85% -
XYZ 28.84 51.43 20.98 -
YUV 155.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 56 217 102 0.74 0 0.53 0.15 137.14 0.68 0.54
Hex 38 D9 66 4A 0 35 F 89 44 36
Octal 70 331 146 112 0 65 17 211 104 66
Binary 111000 11011001 1100110 1001010 0 110101 1111 10001001 1000100 110110

Color Harmonies of #38D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D966

Black with #38D966

Text Example


Text Example

White with #38D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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