Html Css Color HEX #38E069 Emerald

📋 copy color: '#38E069'

red 56 ◦ green 224 ◦ blue 105

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

Shades of Emerald #38E069

Tints of Emerald #38E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.18%

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

R = 14.55%
G = 58.18%
B = 27.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#38E069 (or 0x38E069) is known color: Emerald. HEX triplet: 38, E0 and 69. RGB value is (56,224,105). Sum of RGB (Red+Green+Blue) = 56+224+105=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #38E069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E069 is #C71F96. Grayscale: #A0A0A0. Windows color (decimal): -13049751 or 6938680. OLE color: 6938680.

HSL color Cylindrical-coordinate representation of color #38E069: hue angle of 137.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E069 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 105 -
CMYK 0.75 0 0.53 0.12
HSL 137.5º 0.73% 0.55% -
HSV(B) 137.5º 0.75% 0.88% -
XYZ 30.84 55.17 22.39 -
YUV 160.2 96.84 53.68 -
System Red Green Blue C M Y K H S L
Decimal 56 224 105 0.75 0 0.53 0.12 137.5 0.73 0.55
Hex 38 E0 69 4B 0 35 C 8A 49 37
Octal 70 340 151 113 0 65 14 212 111 67
Binary 111000 11100000 1101001 1001011 0 110101 1100 10001010 1001001 110111

Color Harmonies of #38E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E069

Black with #38E069

Text Example


Text Example

White with #38E069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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