Html Css Color HEX #75C000 Christi

📋 copy color: '#75C000'

red 117 ◦ green 192 ◦ blue 0

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

Shades of Christi #75C000

Tints of Christi #75C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.14%

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

R = 37.86%
G = 62.14%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#75C000 (or 0x75C000) is known color: Christi. HEX triplet: 75, C0 and 00. RGB value is (117,192,0). Sum of RGB (Red+Green+Blue) = 117+192+0=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #75C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C000 is #8A3FFF. Grayscale: #949494. Windows color (decimal): -9060352 or 49269. OLE color: 49269.

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

Color convert

RGB 117 192 0 -
CMYK 0.39 0 1 0.25
HSL 83.44º 1% 0.38% -
HSV(B) 83.44º 1% 0.75% -
XYZ 26.19 41.48 6.63 -
YUV 147.69 44.65 106.11 -
System Red Green Blue C M Y K H S L
Decimal 117 192 0 0.39 0 1 0.25 83.44 1 0.38
Hex 75 C0 0 27 0 64 19 53 64 26
Octal 165 300 0 47 0 144 31 123 144 46
Binary 1110101 11000000 0 100111 0 1100100 11001 1010011 1100100 100110

Color Harmonies of #75C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C000

Black with #75C000

Text Example


Text Example

White with #75C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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