Html Css Color HEX #75BC10 Christi

📋 copy color: '#75BC10'

red 117 ◦ green 188 ◦ blue 16

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

Shades of Christi #75BC10

Tints of Christi #75BC10

RGB

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

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

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

R = 36.45%
G = 58.57%
B = 4.98%

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

#75BC10 (or 0x75BC10) is known color: Christi. HEX triplet: 75, BC and 10. RGB value is (117,188,16). Sum of RGB (Red+Green+Blue) = 117+188+16=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC10 is #8A43EF. Grayscale: #939393. Windows color (decimal): -9061360 or 1096821. OLE color: 1096821.

HSL color Cylindrical-coordinate representation of color #75BC10: hue angle of 84.77º degrees, saturation: 0.84, 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 #75BC10 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 16 -
CMYK 0.38 0 0.91 0.26
HSL 84.77º 0.84% 0.4% -
HSV(B) 84.77º 0.91% 0.74% -
XYZ 25.41 39.79 6.83 -
YUV 147.16 53.98 106.49 -
System Red Green Blue C M Y K H S L
Decimal 117 188 16 0.38 0 0.91 0.26 84.77 0.84 0.4
Hex 75 BC 10 26 0 5B 1A 55 54 28
Octal 165 274 20 46 0 133 32 125 124 50
Binary 1110101 10111100 10000 100110 0 1011011 11010 1010101 1010100 101000

Color Harmonies of #75BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC10

Black with #75BC10

Text Example


Text Example

White with #75BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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