Html Css Color HEX #00BE63 Jade

📋 copy color: '#00BE63'

red 0 ◦ green 190 ◦ blue 99

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

Shades of Jade #00BE63

Tints of Jade #00BE63

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.74%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 0%
G = 65.74%
B = 34.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#00BE63 (or 0x00BE63) is known color: Jade. HEX triplet: 00, BE and 63. RGB value is (0,190,99). Sum of RGB (Red+Green+Blue) = 0+190+99=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 190 (74.61% from 255 or 65.74% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE63 is #FF419C. Grayscale: #7A7A7A. Windows color (decimal): -16728477 or 6536704. OLE color: 6536704.

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

Color convert

RGB 0 190 99 -
CMYK 1 0 0.48 0.25
HSL 151.26º 1% 0.37% -
HSV(B) 151.26º 1% 0.75% -
XYZ 20.67 37.73 18 -
YUV 122.82 114.55 40.4 -
System Red Green Blue C M Y K H S L
Decimal 0 190 99 1 0 0.48 0.25 151.26 1 0.37
Hex 0 BE 63 64 0 30 19 97 64 25
Octal 0 276 143 144 0 60 31 227 144 45
Binary 0 10111110 1100011 1100100 0 110000 11001 10010111 1100100 100101

Color Harmonies of #00BE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BE63

Black with #00BE63

Text Example


Text Example

White with #00BE63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,190,99); }

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

background-color css

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

 a { background-color: rgb(0,190,99); }

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

border-color css

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

 span { border-color: rgb(0,190,99); }

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