Html Css Color HEX #74B703 Christi

📋 copy color: '#74B703'

red 116 ◦ green 183 ◦ blue 3

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

Shades of Christi #74B703

Tints of Christi #74B703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.6%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 38.41%
G = 60.6%
B = 0.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#74B703 (or 0x74B703) is known color: Christi. HEX triplet: 74, B7 and 03. RGB value is (116,183,3). Sum of RGB (Red+Green+Blue) = 116+183+3=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #74B703 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B703 is #8B48FC. Grayscale: #8F8F8F. Windows color (decimal): -9128189 or 243572. OLE color: 243572.

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

Color convert

RGB 116 183 3 -
CMYK 0.37 0 0.98 0.28
HSL 82.33º 0.97% 0.36% -
HSV(B) 82.33º 0.98% 0.72% -
XYZ 24.15 37.59 6.07 -
YUV 142.45 49.3 109.14 -
System Red Green Blue C M Y K H S L
Decimal 116 183 3 0.37 0 0.98 0.28 82.33 0.97 0.36
Hex 74 B7 3 25 0 62 1C 52 61 24
Octal 164 267 3 45 0 142 34 122 141 44
Binary 1110100 10110111 11 100101 0 1100010 11100 1010010 1100001 100100

Color Harmonies of #74B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B703

Black with #74B703

Text Example


Text Example

White with #74B703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,183,3); }

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

background-color css

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

 a { background-color: rgb(116,183,3); }

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

border-color css

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

 span { border-color: rgb(116,183,3); }

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