Html Css Color HEX #07CC71 Jade

📋 copy color: '#07CC71'

red 7 ◦ green 204 ◦ blue 113

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

Shades of Jade #07CC71

Tints of Jade #07CC71

RGB

 RED value IS 7 (3.13% from 255) = 2.16%

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

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

R = 2.16%
G = 62.96%
B = 34.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#07CC71 (or 0x07CC71) is known color: Jade. HEX triplet: 07, CC and 71. RGB value is (7,204,113). Sum of RGB (Red+Green+Blue) = 7+204+113=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CC71 is #F8338E. Grayscale: #868686. Windows color (decimal): -16266127 or 7457799. OLE color: 7457799.

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

Color convert

RGB 7 204 113 -
CMYK 0.97 0 0.45 0.2
HSL 152.28º 0.93% 0.41% -
HSV(B) 152.28º 0.97% 0.8% -
XYZ 24.66 44.42 22.9 -
YUV 134.72 115.73 36.9 -
System Red Green Blue C M Y K H S L
Decimal 7 204 113 0.97 0 0.45 0.2 152.28 0.93 0.41
Hex 7 CC 71 61 0 2D 14 98 5D 29
Octal 7 314 161 141 0 55 24 230 135 51
Binary 111 11001100 1110001 1100001 0 101101 10100 10011000 1011101 101001

Color Harmonies of #07CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC71

Black with #07CC71

Text Example


Text Example

White with #07CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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