Html Css Color HEX #38DB67 Emerald

📋 copy color: '#38DB67'

red 56 ◦ green 219 ◦ blue 103

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

Shades of Emerald #38DB67

Tints of Emerald #38DB67

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.94%

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 14.81%
G = 57.94%
B = 27.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#38DB67 (or 0x38DB67) is known color: Emerald. HEX triplet: 38, DB and 67. RGB value is (56,219,103). Sum of RGB (Red+Green+Blue) = 56+219+103=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DB67 is #C72498. Grayscale: #9D9D9D. Windows color (decimal): -13051033 or 6806328. OLE color: 6806328.

HSL color Cylindrical-coordinate representation of color #38DB67: hue angle of 137.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB67 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 103 -
CMYK 0.74 0 0.53 0.14
HSL 137.3º 0.69% 0.54% -
HSV(B) 137.3º 0.74% 0.86% -
XYZ 29.41 52.48 21.41 -
YUV 157.04 97.5 55.93 -
System Red Green Blue C M Y K H S L
Decimal 56 219 103 0.74 0 0.53 0.14 137.3 0.69 0.54
Hex 38 DB 67 4A 0 35 E 89 45 36
Octal 70 333 147 112 0 65 16 211 105 66
Binary 111000 11011011 1100111 1001010 0 110101 1110 10001001 1000101 110110

Color Harmonies of #38DB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DB67

Black with #38DB67

Text Example


Text Example

White with #38DB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,219,103); }

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

background-color css

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

 a { background-color: rgb(56,219,103); }

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

border-color css

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

 span { border-color: rgb(56,219,103); }

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