Html Css Color HEX #74D009 Christi

📋 copy color: '#74D009'

red 116 ◦ green 208 ◦ blue 9

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

Shades of Christi #74D009

Tints of Christi #74D009

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.46%

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

R = 34.83%
G = 62.46%
B = 2.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#74D009 (or 0x74D009) is known color: Christi. HEX triplet: 74, D0 and 09. RGB value is (116,208,9). Sum of RGB (Red+Green+Blue) = 116+208+9=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #74D009 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D009 is #8B2FF6. Grayscale: #9E9E9E. Windows color (decimal): -9121783 or 643188. OLE color: 643188.

HSL color Cylindrical-coordinate representation of color #74D009: hue angle of 87.74º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74D009 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 9 -
CMYK 0.44 0 0.96 0.18
HSL 87.74º 0.92% 0.43% -
HSV(B) 87.74º 0.96% 0.82% -
XYZ 29.81 48.84 8.12 -
YUV 157.81 44.02 98.18 -
System Red Green Blue C M Y K H S L
Decimal 116 208 9 0.44 0 0.96 0.18 87.74 0.92 0.43
Hex 74 D0 9 2C 0 60 12 58 5C 2B
Octal 164 320 11 54 0 140 22 130 134 53
Binary 1110100 11010000 1001 101100 0 1100000 10010 1011000 1011100 101011

Color Harmonies of #74D009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D009

Black with #74D009

Text Example


Text Example

White with #74D009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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