Html Css Color HEX #75B901 Christi

📋 copy color: '#75B901'

red 117 ◦ green 185 ◦ blue 1

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

Shades of Christi #75B901

Tints of Christi #75B901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.06%

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

R = 38.61%
G = 61.06%
B = 0.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#75B901 (or 0x75B901) is known color: Christi. HEX triplet: 75, B9 and 01. RGB value is (117,185,1). Sum of RGB (Red+Green+Blue) = 117+185+1=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #75B901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B901 is #8A46FE. Grayscale: #909090. Windows color (decimal): -9062143 or 113013. OLE color: 113013.

HSL color Cylindrical-coordinate representation of color #75B901: hue angle of 82.17º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75B901 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 1 -
CMYK 0.37 0 0.99 0.27
HSL 82.17º 0.99% 0.36% -
HSV(B) 82.17º 0.99% 0.73% -
XYZ 24.69 38.48 6.16 -
YUV 143.69 47.47 108.96 -
System Red Green Blue C M Y K H S L
Decimal 117 185 1 0.37 0 0.99 0.27 82.17 0.99 0.36
Hex 75 B9 1 25 0 63 1B 52 63 24
Octal 165 271 1 45 0 143 33 122 143 44
Binary 1110101 10111001 1 100101 0 1100011 11011 1010010 1100011 100100

Color Harmonies of #75B901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B901

Black with #75B901

Text Example


Text Example

White with #75B901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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