Html Css Color HEX #76C30E Christi

📋 copy color: '#76C30E'

red 118 ◦ green 195 ◦ blue 14

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

Shades of Christi #76C30E

Tints of Christi #76C30E

RGB

 RED value IS 118 (46.48% from 255) = 36.09%

 GREEN value IS 195 (76.56% from 255) = 59.63%

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 36.09%
G = 59.63%
B = 4.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#76C30E (or 0x76C30E) is known color: Christi. HEX triplet: 76, C3 and 0E. RGB value is (118,195,14). Sum of RGB (Red+Green+Blue) = 118+195+14=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #76C30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C30E is #893CF1. Grayscale: #979797. Windows color (decimal): -8994034 or 967542. OLE color: 967542.

HSL color Cylindrical-coordinate representation of color #76C30E: hue angle of 85.52º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76C30E is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 14 -
CMYK 0.39 0 0.93 0.24
HSL 85.52º 0.87% 0.41% -
HSV(B) 85.52º 0.93% 0.76% -
XYZ 27.07 42.91 7.27 -
YUV 151.34 50.49 104.22 -
System Red Green Blue C M Y K H S L
Decimal 118 195 14 0.39 0 0.93 0.24 85.52 0.87 0.41
Hex 76 C3 E 27 0 5D 18 56 57 29
Octal 166 303 16 47 0 135 30 126 127 51
Binary 1110110 11000011 1110 100111 0 1011101 11000 1010110 1010111 101001

Color Harmonies of #76C30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C30E

Black with #76C30E

Text Example


Text Example

White with #76C30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C30E; }

 p { color: rgb(118,195,14); }

 H1.HeaderClassName
 {
   color: #76C30E;
 }
 .AnyTagClassName
 {
   color: #76C30E;
 }
</style>

background-color css

<style>
 a { background-color: #76C30E; }

 a { background-color: rgb(118,195,14); }

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

border-color css

<style>
 span { border-color: #76C30E; }

 span { border-color: rgb(118,195,14); }

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