Html Css Color HEX #75BB14 Christi

📋 copy color: '#75BB14'

red 117 ◦ green 187 ◦ blue 20

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

Shades of Christi #75BB14

Tints of Christi #75BB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 36.11%
G = 57.72%
B = 6.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#75BB14 (or 0x75BB14) is known color: Christi. HEX triplet: 75, BB and 14. RGB value is (117,187,20). Sum of RGB (Red+Green+Blue) = 117+187+20=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BB14 is #8A44EB. Grayscale: #939393. Windows color (decimal): -9061612 or 1358709. OLE color: 1358709.

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

Color convert

RGB 117 187 20 -
CMYK 0.37 0 0.89 0.27
HSL 85.15º 0.81% 0.41% -
HSV(B) 85.15º 0.89% 0.73% -
XYZ 25.23 39.37 6.93 -
YUV 147.03 56.31 106.58 -
System Red Green Blue C M Y K H S L
Decimal 117 187 20 0.37 0 0.89 0.27 85.15 0.81 0.41
Hex 75 BB 14 25 0 59 1B 55 51 29
Octal 165 273 24 45 0 131 33 125 121 51
Binary 1110101 10111011 10100 100101 0 1011001 11011 1010101 1010001 101001

Color Harmonies of #75BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB14

Black with #75BB14

Text Example


Text Example

White with #75BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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