Html Css Color HEX #03BD75 Jade

📋 copy color: '#03BD75'

red 3 ◦ green 189 ◦ blue 117

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

Shades of Jade #03BD75

Tints of Jade #03BD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.17%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 0.97%
G = 61.17%
B = 37.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#03BD75 (or 0x03BD75) is known color: Jade. HEX triplet: 03, BD and 75. RGB value is (3,189,117). Sum of RGB (Red+Green+Blue) = 3+189+117=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD75 is #FC428A. Grayscale: #7D7D7D. Windows color (decimal): -16532107 or 7716099. OLE color: 7716099.

HSL color Cylindrical-coordinate representation of color #03BD75: hue angle of 156.77º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD75 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 189 117 -
CMYK 0.98 0 0.38 0.26
HSL 156.77º 0.97% 0.38% -
HSV(B) 156.77º 0.98% 0.74% -
XYZ 21.45 37.7 22.98 -
YUV 125.18 123.38 40.85 -
System Red Green Blue C M Y K H S L
Decimal 3 189 117 0.98 0 0.38 0.26 156.77 0.97 0.38
Hex 3 BD 75 62 0 26 1A 9D 61 26
Octal 3 275 165 142 0 46 32 235 141 46
Binary 11 10111101 1110101 1100010 0 100110 11010 10011101 1100001 100110

Color Harmonies of #03BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD75

Black with #03BD75

Text Example


Text Example

White with #03BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,117); }

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

background-color css

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

 a { background-color: rgb(3,189,117); }

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

border-color css

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

 span { border-color: rgb(3,189,117); }

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