Html Css Color HEX #00BD73 Jade

📋 copy color: '#00BD73'

red 0 ◦ green 189 ◦ blue 115

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

Shades of Jade #00BD73

Tints of Jade #00BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 62.17%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 0%
G = 62.17%
B = 37.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#00BD73 (or 0x00BD73) is known color: Jade. HEX triplet: 00, BD and 73. RGB value is (0,189,115). Sum of RGB (Red+Green+Blue) = 0+189+115=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BD73 is #FF428C. Grayscale: #7C7C7C. Windows color (decimal): -16728717 or 7585024. OLE color: 7585024.

HSL color Cylindrical-coordinate representation of color #00BD73: hue angle of 156.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD73 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 189 115 -
CMYK 1 0 0.39 0.26
HSL 156.51º 1% 0.37% -
HSV(B) 156.51º 1% 0.74% -
XYZ 21.29 37.63 22.36 -
YUV 124.05 122.88 39.52 -
System Red Green Blue C M Y K H S L
Decimal 0 189 115 1 0 0.39 0.26 156.51 1 0.37
Hex 0 BD 73 64 0 27 1A 9D 64 25
Octal 0 275 163 144 0 47 32 235 144 45
Binary 0 10111101 1110011 1100100 0 100111 11010 10011101 1100100 100101

Color Harmonies of #00BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD73

Black with #00BD73

Text Example


Text Example

White with #00BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BD73; }

 p { color: rgb(0,189,115); }

 H1.HeaderClassName
 {
   color: #00BD73;
 }
 .AnyTagClassName
 {
   color: #00BD73;
 }
</style>

background-color css

<style>
 a { background-color: #00BD73; }

 a { background-color: rgb(0,189,115); }

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

border-color css

<style>
 span { border-color: #00BD73; }

 span { border-color: rgb(0,189,115); }

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