#03BF5F

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

Shades of Jade #03BF5F

Tints of Jade #03BF5F

Color information

#03BF5F (or 0x03BF5F) is unknown color: approx Jade. HEX triplet: 03, BF and 5F. RGB value is (3,191,95). Sum of RGB (Red+Green+Blue) = 3+191+95=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BF5F is #FC40A0. Grayscale: #7C7C7C. Windows color (decimal): -16531617 or 6274819. OLE color: 6274819.

HSL color Cylindrical-coordinate representation of color #03BF5F: hue angle of 149.36º 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 #03BF5F is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB319195-
CMYK0.9800.500.25
HSL149.36º96.91%38.04%-
HSV(B)149.36º98.43%74.9%-
XYZ20.7338.1117.09-
YUV123.84111.7241.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 191 (75% from 255) = 66.09%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=1.04%
G=66.09%
B=32.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3191950.9800.500.25149.3696.9138.04
Hex3BF5F6203219956126
Octal32771371420623122514146
Binary111011111110111111100010011001011001100101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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