Html Css Color HEX #75BA01 Christi

📋 copy color: '#75BA01'

red 117 ◦ green 186 ◦ blue 1

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

Shades of Christi #75BA01

Tints of Christi #75BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 38.49%
G = 61.18%
B = 0.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#75BA01 (or 0x75BA01) is known color: Christi. HEX triplet: 75, BA and 01. RGB value is (117,186,1). Sum of RGB (Red+Green+Blue) = 117+186+1=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA01 is #8A45FE. Grayscale: #909090. Windows color (decimal): -9061887 or 113269. OLE color: 113269.

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

Color convert

RGB 117 186 1 -
CMYK 0.37 0 0.99 0.27
HSL 82.38º 0.99% 0.37% -
HSV(B) 82.38º 0.99% 0.73% -
XYZ 24.9 38.9 6.23 -
YUV 144.28 47.14 108.54 -
System Red Green Blue C M Y K H S L
Decimal 117 186 1 0.37 0 0.99 0.27 82.38 0.99 0.37
Hex 75 BA 1 25 0 63 1B 52 63 25
Octal 165 272 1 45 0 143 33 122 143 45
Binary 1110101 10111010 1 100101 0 1100011 11011 1010010 1100011 100101

Color Harmonies of #75BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA01

Black with #75BA01

Text Example


Text Example

White with #75BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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