Html Css Color HEX #03CD74 Jade

📋 copy color: '#03CD74'

red 3 ◦ green 205 ◦ blue 116

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

Shades of Jade #03CD74

Tints of Jade #03CD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.27%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 0.93%
G = 63.27%
B = 35.8%

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

#03CD74 (or 0x03CD74) is known color: Jade. HEX triplet: 03, CD and 74. RGB value is (3,205,116). Sum of RGB (Red+Green+Blue) = 3+205+116=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #03CD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CD74 is #FC328B. Grayscale: #868686. Windows color (decimal): -16528012 or 7654659. OLE color: 7654659.

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

Color convert

RGB 3 205 116 -
CMYK 0.99 0 0.43 0.20
HSL 153.56º 0.97% 0.41% -
HSV(B) 153.56º 0.99% 0.8% -
XYZ 25.02 44.94 23.88 -
YUV 134.46 117.58 34.24 -
System Red Green Blue C M Y K H S L
Decimal 3 205 116 0.99 0 0.43 0.20 153.56 0.97 0.41
Hex 3 CD 74 63 0 2B 14 9A 61 29
Octal 3 315 164 143 0 53 24 232 141 51
Binary 11 11001101 1110100 1100011 0 101011 10100 10011010 1100001 101001

Color Harmonies of #03CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CD74

Black with #03CD74

Text Example


Text Example

White with #03CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,205,116); }

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

background-color css

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

 a { background-color: rgb(3,205,116); }

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

border-color css

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

 span { border-color: rgb(3,205,116); }

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