#03BF77

Color #03BF77 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #03BF77

Tints of Jade #03BF77

Color information

#03BF77 (or 0x03BF77) is unknown color: approx Jade. HEX triplet: 03, BF and 77. RGB value is (3,191,119). Sum of RGB (Red+Green+Blue) = 3+191+119=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BF77 is #FC4088. Grayscale: #7E7E7E. Windows color (decimal): -16531593 or 7847683. OLE color: 7847683.

HSL color Cylindrical-coordinate representation of color #03BF77: hue angle of 157.02º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BF77 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB3191119-
CMYK0.9800.380.25
HSL157.02º96.91%38.04%-
HSV(B)157.02º98.43%74.9%-
XYZ2238.6123.75-
YUV126.58123.7239.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 191 (75% from 255) = 61.02%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=0.96%
G=61.02%
B=38.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31911190.9800.380.25157.0296.9138.04
Hex3BF7762026199d6126
Octal32771671420463123514146
Binary111011111111101111100010010011011001100111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BF77; }

 p { color: rgb(3,191,119); }

 H1.HeaderClassName
 {
   color: #03BF77;
 }
 .AnyTagClassName
 {
   color: #03BF77;
 }
</style>
background-color css

<style>
 a { background-color: #03BF77; }

 a { background-color: rgb(3,191,119); }

 div.DivClassName
 {
   background-color: #03BF77;
 }
 .BgClassName
 {
   background-color: #03BF77;
 }
</style>
border-color css

<style>
 span { border-color: #03BF77; }

 span { border-color: rgb(3,191,119); }

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