Html Css Color HEX #74B80A Christi

📋 copy color: '#74B80A'

red 116 ◦ green 184 ◦ blue 10

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

Shades of Christi #74B80A

Tints of Christi #74B80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.35%

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 37.42%
G = 59.35%
B = 3.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#74B80A (or 0x74B80A) is known color: Christi. HEX triplet: 74, B8 and 0A. RGB value is (116,184,10). Sum of RGB (Red+Green+Blue) = 116+184+10=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #74B80A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B80A is #8B47F5. Grayscale: #909090. Windows color (decimal): -9127926 or 702580. OLE color: 702580.

HSL color Cylindrical-coordinate representation of color #74B80A: hue angle of 83.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74B80A is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 10 -
CMYK 0.37 0 0.95 0.28
HSL 83.45º 0.9% 0.38% -
HSV(B) 83.45º 0.95% 0.72% -
XYZ 24.4 38.02 6.34 -
YUV 143.83 52.47 108.15 -
System Red Green Blue C M Y K H S L
Decimal 116 184 10 0.37 0 0.95 0.28 83.45 0.9 0.38
Hex 74 B8 A 25 0 5F 1C 53 5A 26
Octal 164 270 12 45 0 137 34 123 132 46
Binary 1110100 10111000 1010 100101 0 1011111 11100 1010011 1011010 100110

Color Harmonies of #74B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B80A

Black with #74B80A

Text Example


Text Example

White with #74B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,184,10); }

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

background-color css

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

 a { background-color: rgb(116,184,10); }

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

border-color css

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

 span { border-color: rgb(116,184,10); }

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