Html Css Color HEX #74BA00 Christi

📋 copy color: '#74BA00'

red 116 ◦ green 186 ◦ blue 0

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

Shades of Christi #74BA00

Tints of Christi #74BA00

RGB

 RED value IS 116 (45.7% from 255) = 38.41%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.41%
G = 61.59%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#74BA00 (or 0x74BA00) is known color: Christi. HEX triplet: 74, BA and 00. RGB value is (116,186,0). Sum of RGB (Red+Green+Blue) = 116+186+0=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA00 is #8B45FF. Grayscale: #909090. Windows color (decimal): -9127424 or 47732. OLE color: 47732.

HSL color Cylindrical-coordinate representation of color #74BA00: hue angle of 82.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74BA00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 0 -
CMYK 0.38 0 1 0.27
HSL 82.58º 1% 0.36% -
HSV(B) 82.58º 1% 0.73% -
XYZ 24.76 38.83 6.19 -
YUV 143.87 46.81 108.12 -
System Red Green Blue C M Y K H S L
Decimal 116 186 0 0.38 0 1 0.27 82.58 1 0.36
Hex 74 BA 0 26 0 64 1B 53 64 24
Octal 164 272 0 46 0 144 33 123 144 44
Binary 1110100 10111010 0 100110 0 1100100 11011 1010011 1100100 100100

Color Harmonies of #74BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA00

Black with #74BA00

Text Example


Text Example

White with #74BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BA00; }

 p { color: rgb(116,186,0); }

 H1.HeaderClassName
 {
   color: #74BA00;
 }
 .AnyTagClassName
 {
   color: #74BA00;
 }
</style>

background-color css

<style>
 a { background-color: #74BA00; }

 a { background-color: rgb(116,186,0); }

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

border-color css

<style>
 span { border-color: #74BA00; }

 span { border-color: rgb(116,186,0); }

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