Html Css Color HEX #74C809 Christi

📋 copy color: '#74C809'

red 116 ◦ green 200 ◦ blue 9

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

Shades of Christi #74C809

Tints of Christi #74C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.54%

 BLUE value IS 9 (3.91% from 255) = 2.77%

R = 35.69%
G = 61.54%
B = 2.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#74C809 (or 0x74C809) is known color: Christi. HEX triplet: 74, C8 and 09. RGB value is (116,200,9). Sum of RGB (Red+Green+Blue) = 116+200+9=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #74C809 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C809 is #8B37F6. Grayscale: #999999. Windows color (decimal): -9123831 or 641140. OLE color: 641140.

HSL color Cylindrical-coordinate representation of color #74C809: hue angle of 86.39º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74C809 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 9 -
CMYK 0.42 0 0.96 0.22
HSL 86.39º 0.91% 0.41% -
HSV(B) 86.39º 0.96% 0.78% -
XYZ 27.91 45.04 7.48 -
YUV 153.11 46.67 101.53 -
System Red Green Blue C M Y K H S L
Decimal 116 200 9 0.42 0 0.96 0.22 86.39 0.91 0.41
Hex 74 C8 9 2A 0 60 16 56 5B 29
Octal 164 310 11 52 0 140 26 126 133 51
Binary 1110100 11001000 1001 101010 0 1100000 10110 1010110 1011011 101001

Color Harmonies of #74C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C809

Black with #74C809

Text Example


Text Example

White with #74C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,9); }

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

background-color css

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

 a { background-color: rgb(116,200,9); }

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

border-color css

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

 span { border-color: rgb(116,200,9); }

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