Html Css Color HEX #75BC00 Christi

📋 copy color: '#75BC00'

red 117 ◦ green 188 ◦ blue 0

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

Shades of Christi #75BC00

Tints of Christi #75BC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.36%
G = 61.64%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#75BC00 (or 0x75BC00) is known color: Christi. HEX triplet: 75, BC and 00. RGB value is (117,188,0). Sum of RGB (Red+Green+Blue) = 117+188+0=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC00 is #8A43FF. Grayscale: #929292. Windows color (decimal): -9061376 or 48245. OLE color: 48245.

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

Color convert

RGB 117 188 0 -
CMYK 0.38 0 1 0.26
HSL 82.66º 1% 0.37% -
HSV(B) 82.66º 1% 0.74% -
XYZ 25.32 39.75 6.34 -
YUV 145.34 45.98 107.79 -
System Red Green Blue C M Y K H S L
Decimal 117 188 0 0.38 0 1 0.26 82.66 1 0.37
Hex 75 BC 0 26 0 64 1A 53 64 25
Octal 165 274 0 46 0 144 32 123 144 45
Binary 1110101 10111100 0 100110 0 1100100 11010 1010011 1100100 100101

Color Harmonies of #75BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC00

Black with #75BC00

Text Example


Text Example

White with #75BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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