Html Css Color HEX #74B401 Christi

📋 copy color: '#74B401'

red 116 ◦ green 180 ◦ blue 1

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

Shades of Christi #74B401

Tints of Christi #74B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.61%

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

R = 39.06%
G = 60.61%
B = 0.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#74B401 (or 0x74B401) is known color: Christi. HEX triplet: 74, B4 and 01. RGB value is (116,180,1). Sum of RGB (Red+Green+Blue) = 116+180+1=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #74B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B401 is #8B4BFE. Grayscale: #8D8D8D. Windows color (decimal): -9128959 or 111732. OLE color: 111732.

HSL color Cylindrical-coordinate representation of color #74B401: hue angle of 81.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74B401 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 1 -
CMYK 0.36 0 0.99 0.29
HSL 81.45º 0.99% 0.35% -
HSV(B) 81.45º 0.99% 0.71% -
XYZ 23.53 36.36 5.81 -
YUV 140.46 49.3 110.55 -
System Red Green Blue C M Y K H S L
Decimal 116 180 1 0.36 0 0.99 0.29 81.45 0.99 0.35
Hex 74 B4 1 24 0 63 1D 51 63 23
Octal 164 264 1 44 0 143 35 121 143 43
Binary 1110100 10110100 1 100100 0 1100011 11101 1010001 1100011 100011

Color Harmonies of #74B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B401

Black with #74B401

Text Example


Text Example

White with #74B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,1); }

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

background-color css

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

 a { background-color: rgb(116,180,1); }

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

border-color css

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

 span { border-color: rgb(116,180,1); }

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