Html Css Color HEX #389E00 Kelly Green

📋 copy color: '#389E00'

red 56 ◦ green 158 ◦ blue 0

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

Shades of Kelly Green #389E00

Tints of Kelly Green #389E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 73.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.17%
G = 73.83%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#389E00 (or 0x389E00) is known color: Kelly Green. HEX triplet: 38, 9E and 00. RGB value is (56,158,0). Sum of RGB (Red+Green+Blue) = 56+158+0=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 158 (62.11% from 255 or 73.83% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 158 - color contains mainly: green. Hex color #389E00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389E00 is #C761FF. Grayscale: #6E6E6E. Windows color (decimal): -13066752 or 40504. OLE color: 40504.

HSL color Cylindrical-coordinate representation of color #389E00: hue angle of 98.73º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #389E00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 158 0 -
CMYK 0.65 0 1 0.38
HSL 98.73º 1% 0.31% -
HSV(B) 98.73º 1% 0.62% -
XYZ 13.86 25.29 4.15 -
YUV 109.49 66.21 89.85 -
System Red Green Blue C M Y K H S L
Decimal 56 158 0 0.65 0 1 0.38 98.73 1 0.31
Hex 38 9E 0 41 0 64 26 63 64 1F
Octal 70 236 0 101 0 144 46 143 144 37
Binary 111000 10011110 0 1000001 0 1100100 100110 1100011 1100100 11111

Color Harmonies of #389E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389E00

Black with #389E00

Text Example


Text Example

White with #389E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389E00; }

 p { color: rgb(56,158,0); }

 H1.HeaderClassName
 {
   color: #389E00;
 }
 .AnyTagClassName
 {
   color: #389E00;
 }
</style>

background-color css

<style>
 a { background-color: #389E00; }

 a { background-color: rgb(56,158,0); }

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

border-color css

<style>
 span { border-color: #389E00; }

 span { border-color: rgb(56,158,0); }

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