Html Css Color HEX #75C411 Christi

📋 copy color: '#75C411'

red 117 ◦ green 196 ◦ blue 17

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

Shades of Christi #75C411

Tints of Christi #75C411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.39%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 35.45%
G = 59.39%
B = 5.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#75C411 (or 0x75C411) is known color: Christi. HEX triplet: 75, C4 and 11. RGB value is (117,196,17). Sum of RGB (Red+Green+Blue) = 117+196+17=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #75C411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C411 is #8A3BEE. Grayscale: #989898. Windows color (decimal): -9059311 or 1164405. OLE color: 1164405.

HSL color Cylindrical-coordinate representation of color #75C411: hue angle of 86.48º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75C411 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 17 -
CMYK 0.40 0 0.91 0.23
HSL 86.48º 0.84% 0.42% -
HSV(B) 86.48º 0.91% 0.77% -
XYZ 27.18 43.3 7.46 -
YUV 151.97 51.83 103.05 -
System Red Green Blue C M Y K H S L
Decimal 117 196 17 0.40 0 0.91 0.23 86.48 0.84 0.42
Hex 75 C4 11 28 0 5B 17 56 54 2A
Octal 165 304 21 50 0 133 27 126 124 52
Binary 1110101 11000100 10001 101000 0 1011011 10111 1010110 1010100 101010

Color Harmonies of #75C411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C411

Black with #75C411

Text Example


Text Example

White with #75C411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,196,17); }

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

background-color css

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

 a { background-color: rgb(117,196,17); }

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

border-color css

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

 span { border-color: rgb(117,196,17); }

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