Html Css Color HEX #03CB73 Jade

📋 copy color: '#03CB73'

red 3 ◦ green 203 ◦ blue 115

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

Shades of Jade #03CB73

Tints of Jade #03CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.24%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 0.93%
G = 63.24%
B = 35.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#03CB73 (or 0x03CB73) is known color: Jade. HEX triplet: 03, CB and 73. RGB value is (3,203,115). Sum of RGB (Red+Green+Blue) = 3+203+115=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CB73 is #FC348C. Grayscale: #858585. Windows color (decimal): -16528525 or 7588611. OLE color: 7588611.

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

Color convert

RGB 3 203 115 -
CMYK 0.99 0 0.43 0.20
HSL 153.6º 0.97% 0.4% -
HSV(B) 153.6º 0.99% 0.8% -
XYZ 24.49 43.97 23.42 -
YUV 133.17 117.74 35.16 -
System Red Green Blue C M Y K H S L
Decimal 3 203 115 0.99 0 0.43 0.20 153.6 0.97 0.4
Hex 3 CB 73 63 0 2B 14 9A 61 28
Octal 3 313 163 143 0 53 24 232 141 50
Binary 11 11001011 1110011 1100011 0 101011 10100 10011010 1100001 101000

Color Harmonies of #03CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CB73

Black with #03CB73

Text Example


Text Example

White with #03CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,203,115); }

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

background-color css

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

 a { background-color: rgb(3,203,115); }

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

border-color css

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

 span { border-color: rgb(3,203,115); }

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