Html Css Color HEX #75BC12 Christi

📋 copy color: '#75BC12'

red 117 ◦ green 188 ◦ blue 18

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

Shades of Christi #75BC12

Tints of Christi #75BC12

RGB

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

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

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

R = 36.22%
G = 58.2%
B = 5.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#75BC12 (or 0x75BC12) is known color: Christi. HEX triplet: 75, BC and 12. RGB value is (117,188,18). Sum of RGB (Red+Green+Blue) = 117+188+18=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC12 is #8A43ED. Grayscale: #939393. Windows color (decimal): -9061358 or 1227893. OLE color: 1227893.

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

Color convert

RGB 117 188 18 -
CMYK 0.38 0 0.90 0.26
HSL 85.06º 0.83% 0.4% -
HSV(B) 85.06º 0.9% 0.74% -
XYZ 25.43 39.79 6.91 -
YUV 147.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 117 188 18 0.38 0 0.90 0.26 85.06 0.83 0.4
Hex 75 BC 12 26 0 5A 1A 55 53 28
Octal 165 274 22 46 0 132 32 125 123 50
Binary 1110101 10111100 10010 100110 0 1011010 11010 1010101 1010011 101000

Color Harmonies of #75BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC12

Black with #75BC12

Text Example


Text Example

White with #75BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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