Html Css Color HEX #00BF5E Jade

📋 copy color: '#00BF5E'

red 0 ◦ green 191 ◦ blue 94

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

Shades of Jade #00BF5E

Tints of Jade #00BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 67.02%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 0%
G = 67.02%
B = 32.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#00BF5E (or 0x00BF5E) is known color: Jade. HEX triplet: 00, BF and 5E. RGB value is (0,191,94). Sum of RGB (Red+Green+Blue) = 0+191+94=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF5E is #FF40A1. Grayscale: #7B7B7B. Windows color (decimal): -16728226 or 6209280. OLE color: 6209280.

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

Color convert

RGB 0 191 94 -
CMYK 1 0 0.51 0.25
HSL 149.53º 1% 0.37% -
HSV(B) 149.53º 1% 0.75% -
XYZ 20.65 38.07 16.85 -
YUV 122.83 111.72 40.39 -
System Red Green Blue C M Y K H S L
Decimal 0 191 94 1 0 0.51 0.25 149.53 1 0.37
Hex 0 BF 5E 64 0 33 19 96 64 25
Octal 0 277 136 144 0 63 31 226 144 45
Binary 0 10111111 1011110 1100100 0 110011 11001 10010110 1100100 100101

Color Harmonies of #00BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BF5E

Black with #00BF5E

Text Example


Text Example

White with #00BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,191,94); }

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

background-color css

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

 a { background-color: rgb(0,191,94); }

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

border-color css

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

 span { border-color: rgb(0,191,94); }

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