Html Css Color HEX #75C109 Christi

📋 copy color: '#75C109'

red 117 ◦ green 193 ◦ blue 9

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

Shades of Christi #75C109

Tints of Christi #75C109

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.5%

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 36.68%
G = 60.5%
B = 2.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#75C109 (or 0x75C109) is known color: Christi. HEX triplet: 75, C1 and 09. RGB value is (117,193,9). Sum of RGB (Red+Green+Blue) = 117+193+9=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #75C109 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C109 is #8A3EF6. Grayscale: #959595. Windows color (decimal): -9060087 or 639349. OLE color: 639349.

HSL color Cylindrical-coordinate representation of color #75C109: hue angle of 84.78º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75C109 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 9 -
CMYK 0.39 0 0.95 0.24
HSL 84.78º 0.91% 0.4% -
HSV(B) 84.78º 0.95% 0.76% -
XYZ 26.46 41.94 6.96 -
YUV 149.3 48.82 104.96 -
System Red Green Blue C M Y K H S L
Decimal 117 193 9 0.39 0 0.95 0.24 84.78 0.91 0.4
Hex 75 C1 9 27 0 5F 18 55 5B 28
Octal 165 301 11 47 0 137 30 125 133 50
Binary 1110101 11000001 1001 100111 0 1011111 11000 1010101 1011011 101000

Color Harmonies of #75C109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C109

Black with #75C109

Text Example


Text Example

White with #75C109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,9); }

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

background-color css

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

 a { background-color: rgb(117,193,9); }

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

border-color css

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

 span { border-color: rgb(117,193,9); }

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