#03BD67

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

Shades of Jade #03BD67

Tints of Jade #03BD67

Color information

#03BD67 (or 0x03BD67) is unknown color: approx Jade. HEX triplet: 03, BD and 67. RGB value is (3,189,103). Sum of RGB (Red+Green+Blue) = 3+189+103=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD67 is #FC4298. Grayscale: #7B7B7B. Windows color (decimal): -16532121 or 6798595. OLE color: 6798595.

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

Color convert

RGB3189103-
CMYK0.9800.460.26
HSL152.26º96.88%37.65%-
HSV(B)152.26º98.41%74.12%-
XYZ20.6837.3918.96-
YUV123.58116.3841.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 189 (74.22% from 255) = 64.07%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=1.02%
G=64.07%
B=34.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31891030.9800.460.26152.2696.8837.65
Hex3BD676202E1A986126
Octal32751471420563223014146
Binary111011110111001111100010010111011010100110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,189,103); }

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

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

 a { background-color: rgb(3,189,103); }

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

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

 span { border-color: rgb(3,189,103); }

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