Html Css Color HEX #00BD64 Jade

📋 copy color: '#00BD64'

red 0 ◦ green 189 ◦ blue 100

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

Shades of Jade #00BD64

Tints of Jade #00BD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 0%
G = 65.4%
B = 34.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#00BD64 (or 0x00BD64) is known color: Jade. HEX triplet: 00, BD and 64. RGB value is (0,189,100). Sum of RGB (Red+Green+Blue) = 0+189+100=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BD64 is #FF429B. Grayscale: #7A7A7A. Windows color (decimal): -16728732 or 6601984. OLE color: 6601984.

HSL color Cylindrical-coordinate representation of color #00BD64: hue angle of 151.75º 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 #00BD64 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 189 100 -
CMYK 1 0 0.47 0.26
HSL 151.75º 1% 0.37% -
HSV(B) 151.75º 1% 0.74% -
XYZ 20.5 37.32 18.18 -
YUV 122.34 115.38 40.74 -
System Red Green Blue C M Y K H S L
Decimal 0 189 100 1 0 0.47 0.26 151.75 1 0.37
Hex 0 BD 64 64 0 2F 1A 98 64 25
Octal 0 275 144 144 0 57 32 230 144 45
Binary 0 10111101 1100100 1100100 0 101111 11010 10011000 1100100 100101

Color Harmonies of #00BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BD64

Black with #00BD64

Text Example


Text Example

White with #00BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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