Html Css Color HEX #75C012 Christi

📋 copy color: '#75C012'

red 117 ◦ green 192 ◦ blue 18

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

Shades of Christi #75C012

Tints of Christi #75C012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 35.78%
G = 58.72%
B = 5.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#75C012 (or 0x75C012) is known color: Christi. HEX triplet: 75, C0 and 12. RGB value is (117,192,18). Sum of RGB (Red+Green+Blue) = 117+192+18=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #75C012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C012 is #8A3FED. Grayscale: #969696. Windows color (decimal): -9060334 or 1228917. OLE color: 1228917.

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

Color convert

RGB 117 192 18 -
CMYK 0.39 0 0.91 0.25
HSL 85.86º 0.83% 0.41% -
HSV(B) 85.86º 0.91% 0.75% -
XYZ 26.29 41.52 7.2 -
YUV 149.74 53.65 104.65 -
System Red Green Blue C M Y K H S L
Decimal 117 192 18 0.39 0 0.91 0.25 85.86 0.83 0.41
Hex 75 C0 12 27 0 5B 19 56 53 29
Octal 165 300 22 47 0 133 31 126 123 51
Binary 1110101 11000000 10010 100111 0 1011011 11001 1010110 1010011 101001

Color Harmonies of #75C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C012

Black with #75C012

Text Example


Text Example

White with #75C012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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