Html Css Color HEX #74C900 Christi

📋 copy color: '#74C900'

red 116 ◦ green 201 ◦ blue 0

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

Shades of Christi #74C900

Tints of Christi #74C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.59%
G = 63.41%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#74C900 (or 0x74C900) is known color: Christi. HEX triplet: 74, C9 and 00. RGB value is (116,201,0). Sum of RGB (Red+Green+Blue) = 116+201+0=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #74C900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C900 is #8B36FF. Grayscale: #999999. Windows color (decimal): -9123584 or 51572. OLE color: 51572.

HSL color Cylindrical-coordinate representation of color #74C900: hue angle of 85.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74C900 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 0 -
CMYK 0.42 0 1 0.21
HSL 85.37º 1% 0.39% -
HSV(B) 85.37º 1% 0.79% -
XYZ 28.09 45.49 7.3 -
YUV 152.67 41.84 101.84 -
System Red Green Blue C M Y K H S L
Decimal 116 201 0 0.42 0 1 0.21 85.37 1 0.39
Hex 74 C9 0 2A 0 64 15 55 64 27
Octal 164 311 0 52 0 144 25 125 144 47
Binary 1110100 11001001 0 101010 0 1100100 10101 1010101 1100100 100111

Color Harmonies of #74C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C900

Black with #74C900

Text Example


Text Example

White with #74C900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,201,0); }

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

background-color css

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

 a { background-color: rgb(116,201,0); }

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

border-color css

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

 span { border-color: rgb(116,201,0); }

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