Html Css Color HEX #75BA15 Christi

📋 copy color: '#75BA15'

red 117 ◦ green 186 ◦ blue 21

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

Shades of Christi #75BA15

Tints of Christi #75BA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 36.11%
G = 57.41%
B = 6.48%

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

#75BA15 (or 0x75BA15) is known color: Christi. HEX triplet: 75, BA and 15. RGB value is (117,186,21). Sum of RGB (Red+Green+Blue) = 117+186+21=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA15 is #8A45EA. Grayscale: #939393. Windows color (decimal): -9061867 or 1423989. OLE color: 1423989.

HSL color Cylindrical-coordinate representation of color #75BA15: hue angle of 85.09º degrees, saturation: 0.8, 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 #75BA15 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 21 -
CMYK 0.37 0 0.89 0.27
HSL 85.09º 0.8% 0.41% -
HSV(B) 85.09º 0.89% 0.73% -
XYZ 25.03 38.95 6.91 -
YUV 146.56 57.14 106.92 -
System Red Green Blue C M Y K H S L
Decimal 117 186 21 0.37 0 0.89 0.27 85.09 0.8 0.41
Hex 75 BA 15 25 0 59 1B 55 50 29
Octal 165 272 25 45 0 131 33 125 120 51
Binary 1110101 10111010 10101 100101 0 1011001 11011 1010101 1010000 101001

Color Harmonies of #75BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA15

Black with #75BA15

Text Example


Text Example

White with #75BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,21); }

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

background-color css

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

 a { background-color: rgb(117,186,21); }

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

border-color css

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

 span { border-color: rgb(117,186,21); }

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