Html Css Color HEX #38D85A Emerald

📋 copy color: '#38D85A'

red 56 ◦ green 216 ◦ blue 90

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

Shades of Emerald #38D85A

Tints of Emerald #38D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.67%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 15.47%
G = 59.67%
B = 24.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#38D85A (or 0x38D85A) is known color: Emerald. HEX triplet: 38, D8 and 5A. RGB value is (56,216,90). Sum of RGB (Red+Green+Blue) = 56+216+90=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #38D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D85A is #C727A5. Grayscale: #9A9A9A. Windows color (decimal): -13051814 or 5953592. OLE color: 5953592.

HSL color Cylindrical-coordinate representation of color #38D85A: hue angle of 132.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D85A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 90 -
CMYK 0.74 0 0.58 0.15
HSL 132.75º 0.67% 0.53% -
HSV(B) 132.75º 0.74% 0.85% -
XYZ 28.03 50.69 17.98 -
YUV 153.8 91.99 58.25 -
System Red Green Blue C M Y K H S L
Decimal 56 216 90 0.74 0 0.58 0.15 132.75 0.67 0.53
Hex 38 D8 5A 4A 0 3A F 85 43 35
Octal 70 330 132 112 0 72 17 205 103 65
Binary 111000 11011000 1011010 1001010 0 111010 1111 10000101 1000011 110101

Color Harmonies of #38D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D85A

Black with #38D85A

Text Example


Text Example

White with #38D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,90); }

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

background-color css

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

 a { background-color: rgb(56,216,90); }

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

border-color css

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

 span { border-color: rgb(56,216,90); }

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