Html Css Color HEX #03BF68 Jade

📋 copy color: '#03BF68'

red 3 ◦ green 191 ◦ blue 104

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

Shades of Jade #03BF68

Tints of Jade #03BF68

RGB

 RED value IS 3 (1.56% from 255) = 1.01%

 GREEN value IS 191 (75% from 255) = 64.09%

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 1.01%
G = 64.09%
B = 34.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#03BF68 (or 0x03BF68) is known color: Jade. HEX triplet: 03, BF and 68. RGB value is (3,191,104). Sum of RGB (Red+Green+Blue) = 3+191+104=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #03BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BF68 is #FC4097. Grayscale: #7D7D7D. Windows color (decimal): -16531608 or 6864643. OLE color: 6864643.

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

Color convert

RGB 3 191 104 -
CMYK 0.98 0 0.46 0.25
HSL 152.23º 0.97% 0.38% -
HSV(B) 152.23º 0.98% 0.75% -
XYZ 21.17 38.28 19.37 -
YUV 124.87 116.22 41.07 -
System Red Green Blue C M Y K H S L
Decimal 3 191 104 0.98 0 0.46 0.25 152.23 0.97 0.38
Hex 3 BF 68 62 0 2E 19 98 61 26
Octal 3 277 150 142 0 56 31 230 141 46
Binary 11 10111111 1101000 1100010 0 101110 11001 10011000 1100001 100110

Color Harmonies of #03BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BF68

Black with #03BF68

Text Example


Text Example

White with #03BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BF68;
 }
 .AnyTagClassName
 {
   color: #03BF68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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