Html Css Color HEX #75BF16 Lima

📋 copy color: '#75BF16'

red 117 ◦ green 191 ◦ blue 22

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

Shades of Lima #75BF16

Tints of Lima #75BF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 35.45%
G = 57.88%
B = 6.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#75BF16 (or 0x75BF16) is known color: Lima. HEX triplet: 75, BF and 16. RGB value is (117,191,22). Sum of RGB (Red+Green+Blue) = 117+191+22=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BF16 is #8A40E9. Grayscale: #969696. Windows color (decimal): -9060586 or 1490805. OLE color: 1490805.

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

Color convert

RGB 117 191 22 -
CMYK 0.39 0 0.88 0.25
HSL 86.27º 0.79% 0.42% -
HSV(B) 86.27º 0.88% 0.75% -
XYZ 26.11 41.1 7.32 -
YUV 149.61 55.98 104.74 -
System Red Green Blue C M Y K H S L
Decimal 117 191 22 0.39 0 0.88 0.25 86.27 0.79 0.42
Hex 75 BF 16 27 0 58 19 56 4F 2A
Octal 165 277 26 47 0 130 31 126 117 52
Binary 1110101 10111111 10110 100111 0 1011000 11001 1010110 1001111 101010

Color Harmonies of #75BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF16

Black with #75BF16

Text Example


Text Example

White with #75BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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