Html Css Color HEX #75BB17 Christi

📋 copy color: '#75BB17'

red 117 ◦ green 187 ◦ blue 23

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

Shades of Christi #75BB17

Tints of Christi #75BB17

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.19%

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 35.78%
G = 57.19%
B = 7.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#75BB17 (or 0x75BB17) is known color: Christi. HEX triplet: 75, BB and 17. RGB value is (117,187,23). Sum of RGB (Red+Green+Blue) = 117+187+23=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BB17 is #8A44E8. Grayscale: #939393. Windows color (decimal): -9061609 or 1555317. OLE color: 1555317.

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

Color convert

RGB 117 187 23 -
CMYK 0.37 0 0.88 0.27
HSL 85.61º 0.78% 0.41% -
HSV(B) 85.61º 0.88% 0.73% -
XYZ 25.26 39.38 7.08 -
YUV 147.37 57.81 106.34 -
System Red Green Blue C M Y K H S L
Decimal 117 187 23 0.37 0 0.88 0.27 85.61 0.78 0.41
Hex 75 BB 17 25 0 58 1B 56 4E 29
Octal 165 273 27 45 0 130 33 126 116 51
Binary 1110101 10111011 10111 100101 0 1011000 11011 1010110 1001110 101001

Color Harmonies of #75BB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB17

Black with #75BB17

Text Example


Text Example

White with #75BB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,187,23); }

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

background-color css

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

 a { background-color: rgb(117,187,23); }

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

border-color css

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

 span { border-color: rgb(117,187,23); }

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