Html Css Color HEX #03CC72 Jade

📋 copy color: '#03CC72'

red 3 ◦ green 204 ◦ blue 114

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

Shades of Jade #03CC72

Tints of Jade #03CC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 0.93%
G = 63.55%
B = 35.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#03CC72 (or 0x03CC72) is known color: Jade. HEX triplet: 03, CC and 72. RGB value is (3,204,114). Sum of RGB (Red+Green+Blue) = 3+204+114=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC72 is #FC338D. Grayscale: #858585. Windows color (decimal): -16528270 or 7523331. OLE color: 7523331.

HSL color Cylindrical-coordinate representation of color #03CC72: hue angle of 153.13º 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 #03CC72 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 114 -
CMYK 0.99 0 0.44 0.2
HSL 153.13º 0.97% 0.41% -
HSV(B) 153.13º 0.99% 0.8% -
XYZ 24.67 44.42 23.19 -
YUV 133.64 116.91 34.82 -
System Red Green Blue C M Y K H S L
Decimal 3 204 114 0.99 0 0.44 0.2 153.13 0.97 0.41
Hex 3 CC 72 63 0 2C 14 99 61 29
Octal 3 314 162 143 0 54 24 231 141 51
Binary 11 11001100 1110010 1100011 0 101100 10100 10011001 1100001 101001

Color Harmonies of #03CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC72

Black with #03CC72

Text Example


Text Example

White with #03CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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