Html Css Color HEX #75C501 Christi

📋 copy color: '#75C501'

red 117 ◦ green 197 ◦ blue 1

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

Shades of Christi #75C501

Tints of Christi #75C501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 37.14%
G = 62.54%
B = 0.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#75C501 (or 0x75C501) is known color: Christi. HEX triplet: 75, C5 and 01. RGB value is (117,197,1). Sum of RGB (Red+Green+Blue) = 117+197+1=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #75C501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C501 is #8A3AFE. Grayscale: #979797. Windows color (decimal): -9059071 or 116085. OLE color: 116085.

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

Color convert

RGB 117 197 1 -
CMYK 0.41 0 0.99 0.23
HSL 84.49º 0.99% 0.39% -
HSV(B) 84.49º 0.99% 0.77% -
XYZ 27.31 43.72 7.03 -
YUV 150.74 43.5 103.94 -
System Red Green Blue C M Y K H S L
Decimal 117 197 1 0.41 0 0.99 0.23 84.49 0.99 0.39
Hex 75 C5 1 29 0 63 17 54 63 27
Octal 165 305 1 51 0 143 27 124 143 47
Binary 1110101 11000101 1 101001 0 1100011 10111 1010100 1100011 100111

Color Harmonies of #75C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C501

Black with #75C501

Text Example


Text Example

White with #75C501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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