Html Css Color HEX #03C971 Jade

📋 copy color: '#03C971'

red 3 ◦ green 201 ◦ blue 113

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

Shades of Jade #03C971

Tints of Jade #03C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.41%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 0.95%
G = 63.41%
B = 35.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#03C971 (or 0x03C971) is known color: Jade. HEX triplet: 03, C9 and 71. RGB value is (3,201,113). Sum of RGB (Red+Green+Blue) = 3+201+113=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #03C971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C971 is #FC368E. Grayscale: #838383. Windows color (decimal): -16529039 or 7457027. OLE color: 7457027.

HSL color Cylindrical-coordinate representation of color #03C971: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C971 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 201 113 -
CMYK 0.99 0 0.44 0.21
HSL 153.33º 0.97% 0.4% -
HSV(B) 153.33º 0.99% 0.79% -
XYZ 23.9 42.98 22.66 -
YUV 131.77 117.4 36.16 -
System Red Green Blue C M Y K H S L
Decimal 3 201 113 0.99 0 0.44 0.21 153.33 0.97 0.4
Hex 3 C9 71 63 0 2C 15 99 61 28
Octal 3 311 161 143 0 54 25 231 141 50
Binary 11 11001001 1110001 1100011 0 101100 10101 10011001 1100001 101000

Color Harmonies of #03C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C971

Black with #03C971

Text Example


Text Example

White with #03C971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,201,113); }

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

background-color css

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

 a { background-color: rgb(3,201,113); }

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

border-color css

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

 span { border-color: rgb(3,201,113); }

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