Html Css Color HEX #75C507 Christi

📋 copy color: '#75C507'

red 117 ◦ green 197 ◦ blue 7

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

Shades of Christi #75C507

Tints of Christi #75C507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.37%

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 36.45%
G = 61.37%
B = 2.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#75C507 (or 0x75C507) is known color: Christi. HEX triplet: 75, C5 and 07. RGB value is (117,197,7). Sum of RGB (Red+Green+Blue) = 117+197+7=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #75C507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C507 is #8A3AF8. Grayscale: #989898. Windows color (decimal): -9059065 or 509301. OLE color: 509301.

HSL color Cylindrical-coordinate representation of color #75C507: hue angle of 85.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75C507 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 7 -
CMYK 0.41 0 0.96 0.23
HSL 85.26º 0.93% 0.4% -
HSV(B) 85.26º 0.96% 0.77% -
XYZ 27.34 43.73 7.2 -
YUV 151.42 46.5 103.45 -
System Red Green Blue C M Y K H S L
Decimal 117 197 7 0.41 0 0.96 0.23 85.26 0.93 0.4
Hex 75 C5 7 29 0 60 17 55 5D 28
Octal 165 305 7 51 0 140 27 125 135 50
Binary 1110101 11000101 111 101001 0 1100000 10111 1010101 1011101 101000

Color Harmonies of #75C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C507

Black with #75C507

Text Example


Text Example

White with #75C507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,7); }

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

background-color css

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

 a { background-color: rgb(117,197,7); }

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

border-color css

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

 span { border-color: rgb(117,197,7); }

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