Html Css Color HEX #75BC11 Christi

📋 copy color: '#75BC11'

red 117 ◦ green 188 ◦ blue 17

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

Shades of Christi #75BC11

Tints of Christi #75BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.39%

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

R = 36.34%
G = 58.39%
B = 5.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#75BC11 (or 0x75BC11) is known color: Christi. HEX triplet: 75, BC and 11. RGB value is (117,188,17). Sum of RGB (Red+Green+Blue) = 117+188+17=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC11 is #8A43EE. Grayscale: #939393. Windows color (decimal): -9061359 or 1162357. OLE color: 1162357.

HSL color Cylindrical-coordinate representation of color #75BC11: hue angle of 84.91º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75BC11 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 17 -
CMYK 0.38 0 0.91 0.26
HSL 84.91º 0.83% 0.4% -
HSV(B) 84.91º 0.91% 0.74% -
XYZ 25.42 39.79 6.87 -
YUV 147.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 117 188 17 0.38 0 0.91 0.26 84.91 0.83 0.4
Hex 75 BC 11 26 0 5B 1A 55 53 28
Octal 165 274 21 46 0 133 32 125 123 50
Binary 1110101 10111100 10001 100110 0 1011011 11010 1010101 1010011 101000

Color Harmonies of #75BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC11

Black with #75BC11

Text Example


Text Example

White with #75BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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