Html Css Color HEX #75C210 Christi

📋 copy color: '#75C210'

red 117 ◦ green 194 ◦ blue 16

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

Shades of Christi #75C210

Tints of Christi #75C210

RGB

 RED value IS 117 (46.09% from 255) = 35.78%

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 35.78%
G = 59.33%
B = 4.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#75C210 (or 0x75C210) is known color: Christi. HEX triplet: 75, C2 and 10. RGB value is (117,194,16). Sum of RGB (Red+Green+Blue) = 117+194+16=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #75C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C210 is #8A3DEF. Grayscale: #979797. Windows color (decimal): -9059824 or 1098357. OLE color: 1098357.

HSL color Cylindrical-coordinate representation of color #75C210: hue angle of 85.96º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75C210 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 16 -
CMYK 0.40 0 0.92 0.24
HSL 85.96º 0.85% 0.41% -
HSV(B) 85.96º 0.92% 0.76% -
XYZ 26.72 42.4 7.27 -
YUV 150.69 51.99 103.97 -
System Red Green Blue C M Y K H S L
Decimal 117 194 16 0.40 0 0.92 0.24 85.96 0.85 0.41
Hex 75 C2 10 28 0 5C 18 56 55 29
Octal 165 302 20 50 0 134 30 126 125 51
Binary 1110101 11000010 10000 101000 0 1011100 11000 1010110 1010101 101001

Color Harmonies of #75C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C210

Black with #75C210

Text Example


Text Example

White with #75C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C210; }

 p { color: rgb(117,194,16); }

 H1.HeaderClassName
 {
   color: #75C210;
 }
 .AnyTagClassName
 {
   color: #75C210;
 }
</style>

background-color css

<style>
 a { background-color: #75C210; }

 a { background-color: rgb(117,194,16); }

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

border-color css

<style>
 span { border-color: #75C210; }

 span { border-color: rgb(117,194,16); }

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