Html Css Color HEX #75BF00 Christi

📋 copy color: '#75BF00'

red 117 ◦ green 191 ◦ blue 0

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

Shades of Christi #75BF00

Tints of Christi #75BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 62.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.99%
G = 62.01%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#75BF00 (or 0x75BF00) is known color: Christi. HEX triplet: 75, BF and 00. RGB value is (117,191,0). Sum of RGB (Red+Green+Blue) = 117+191+0=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BF00 is #8A40FF. Grayscale: #939393. Windows color (decimal): -9060608 or 49013. OLE color: 49013.

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

Color convert

RGB 117 191 0 -
CMYK 0.39 0 1 0.25
HSL 83.25º 1% 0.37% -
HSV(B) 83.25º 1% 0.75% -
XYZ 25.97 41.04 6.55 -
YUV 147.1 44.98 106.53 -
System Red Green Blue C M Y K H S L
Decimal 117 191 0 0.39 0 1 0.25 83.25 1 0.37
Hex 75 BF 0 27 0 64 19 53 64 25
Octal 165 277 0 47 0 144 31 123 144 45
Binary 1110101 10111111 0 100111 0 1100100 11001 1010011 1100100 100101

Color Harmonies of #75BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF00

Black with #75BF00

Text Example


Text Example

White with #75BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,0); }

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

background-color css

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

 a { background-color: rgb(117,191,0); }

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

border-color css

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

 span { border-color: rgb(117,191,0); }

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