Html Css Color HEX #03CC71 Jade

📋 copy color: '#03CC71'

red 3 ◦ green 204 ◦ blue 113

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

Shades of Jade #03CC71

Tints of Jade #03CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.75%

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

R = 0.94%
G = 63.75%
B = 35.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#03CC71 (or 0x03CC71) is known color: Jade. HEX triplet: 03, CC and 71. RGB value is (3,204,113). Sum of RGB (Red+Green+Blue) = 3+204+113=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC71 is #FC338E. Grayscale: #858585. Windows color (decimal): -16528271 or 7457795. OLE color: 7457795.

HSL color Cylindrical-coordinate representation of color #03CC71: hue angle of 152.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC71 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 113 -
CMYK 0.99 0 0.45 0.2
HSL 152.84º 0.97% 0.41% -
HSV(B) 152.84º 0.99% 0.8% -
XYZ 24.61 44.4 22.9 -
YUV 133.53 116.41 34.9 -
System Red Green Blue C M Y K H S L
Decimal 3 204 113 0.99 0 0.45 0.2 152.84 0.97 0.41
Hex 3 CC 71 63 0 2D 14 99 61 29
Octal 3 314 161 143 0 55 24 231 141 51
Binary 11 11001100 1110001 1100011 0 101101 10100 10011001 1100001 101001

Color Harmonies of #03CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC71

Black with #03CC71

Text Example


Text Example

White with #03CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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