Html Css Color HEX #00BB63 Jade

📋 copy color: '#00BB63'

red 0 ◦ green 187 ◦ blue 99

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

Shades of Jade #00BB63

Tints of Jade #00BB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 65.38%

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

R = 0%
G = 65.38%
B = 34.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#00BB63 (or 0x00BB63) is known color: Jade. HEX triplet: 00, BB and 63. RGB value is (0,187,99). Sum of RGB (Red+Green+Blue) = 0+187+99=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BB63 is #FF449C. Grayscale: #797979. Windows color (decimal): -16729245 or 6535936. OLE color: 6535936.

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

Color convert

RGB 0 187 99 -
CMYK 1 0 0.47 0.27
HSL 151.76º 1% 0.37% -
HSV(B) 151.76º 1% 0.73% -
XYZ 20.02 36.44 17.78 -
YUV 121.06 115.55 41.66 -
System Red Green Blue C M Y K H S L
Decimal 0 187 99 1 0 0.47 0.27 151.76 1 0.37
Hex 0 BB 63 64 0 2F 1B 98 64 25
Octal 0 273 143 144 0 57 33 230 144 45
Binary 0 10111011 1100011 1100100 0 101111 11011 10011000 1100100 100101

Color Harmonies of #00BB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BB63

Black with #00BB63

Text Example


Text Example

White with #00BB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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