Html Css Color HEX #74C300 Christi

📋 copy color: '#74C300'

red 116 ◦ green 195 ◦ blue 0

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

Shades of Christi #74C300

Tints of Christi #74C300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.7%

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

R = 37.3%
G = 62.7%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#74C300 (or 0x74C300) is known color: Christi. HEX triplet: 74, C3 and 00. RGB value is (116,195,0). Sum of RGB (Red+Green+Blue) = 116+195+0=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #74C300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C300 is #8B3CFF. Grayscale: #959595. Windows color (decimal): -9125120 or 50036. OLE color: 50036.

HSL color Cylindrical-coordinate representation of color #74C300: hue angle of 84.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74C300 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 195 0 -
CMYK 0.41 0 1 0.24
HSL 84.31º 1% 0.38% -
HSV(B) 84.31º 1% 0.76% -
XYZ 26.72 42.74 6.84 -
YUV 149.15 43.83 104.36 -
System Red Green Blue C M Y K H S L
Decimal 116 195 0 0.41 0 1 0.24 84.31 1 0.38
Hex 74 C3 0 29 0 64 18 54 64 26
Octal 164 303 0 51 0 144 30 124 144 46
Binary 1110100 11000011 0 101001 0 1100100 11000 1010100 1100100 100110

Color Harmonies of #74C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C300

Black with #74C300

Text Example


Text Example

White with #74C300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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