Html Css Color HEX #75C600 Christi

📋 copy color: '#75C600'

red 117 ◦ green 198 ◦ blue 0

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

Shades of Christi #75C600

Tints of Christi #75C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.86%

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

R = 37.14%
G = 62.86%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#75C600 (or 0x75C600) is known color: Christi. HEX triplet: 75, C6 and 00. RGB value is (117,198,0). Sum of RGB (Red+Green+Blue) = 117+198+0=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #75C600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C600 is #8A39FF. Grayscale: #979797. Windows color (decimal): -9058816 or 50805. OLE color: 50805.

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

Color convert

RGB 117 198 0 -
CMYK 0.41 0 1 0.22
HSL 84.55º 1% 0.39% -
HSV(B) 84.55º 1% 0.78% -
XYZ 27.53 44.17 7.07 -
YUV 151.21 42.66 103.6 -
System Red Green Blue C M Y K H S L
Decimal 117 198 0 0.41 0 1 0.22 84.55 1 0.39
Hex 75 C6 0 29 0 64 16 55 64 27
Octal 165 306 0 51 0 144 26 125 144 47
Binary 1110101 11000110 0 101001 0 1100100 10110 1010101 1100100 100111

Color Harmonies of #75C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C600

Black with #75C600

Text Example


Text Example

White with #75C600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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