Html Css Color HEX #38D668 Emerald

📋 copy color: '#38D668'

red 56 ◦ green 214 ◦ blue 104

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

Shades of Emerald #38D668

Tints of Emerald #38D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.22%

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 14.97%
G = 57.22%
B = 27.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#38D668 (or 0x38D668) is known color: Emerald. HEX triplet: 38, D6 and 68. RGB value is (56,214,104). Sum of RGB (Red+Green+Blue) = 56+214+104=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #38D668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D668 is #C72997. Grayscale: #9A9A9A. Windows color (decimal): -13052312 or 6870584. OLE color: 6870584.

HSL color Cylindrical-coordinate representation of color #38D668: hue angle of 138.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D668 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 104 -
CMYK 0.74 0 0.51 0.16
HSL 138.23º 0.66% 0.53% -
HSV(B) 138.23º 0.74% 0.84% -
XYZ 28.18 49.93 21.25 -
YUV 154.22 99.65 57.94 -
System Red Green Blue C M Y K H S L
Decimal 56 214 104 0.74 0 0.51 0.16 138.23 0.66 0.53
Hex 38 D6 68 4A 0 33 10 8A 42 35
Octal 70 326 150 112 0 63 20 212 102 65
Binary 111000 11010110 1101000 1001010 0 110011 10000 10001010 1000010 110101

Color Harmonies of #38D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D668

Black with #38D668

Text Example


Text Example

White with #38D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,104); }

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

background-color css

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

 a { background-color: rgb(56,214,104); }

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

border-color css

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

 span { border-color: rgb(56,214,104); }

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