Html Css Color HEX #74C20D Christi

📋 copy color: '#74C20D'

red 116 ◦ green 194 ◦ blue 13

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

Shades of Christi #74C20D

Tints of Christi #74C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.06%

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 35.91%
G = 60.06%
B = 4.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#74C20D (or 0x74C20D) is known color: Christi. HEX triplet: 74, C2 and 0D. RGB value is (116,194,13). Sum of RGB (Red+Green+Blue) = 116+194+13=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #74C20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C20D is #8B3DF2. Grayscale: #969696. Windows color (decimal): -9125363 or 901748. OLE color: 901748.

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

Color convert

RGB 116 194 13 -
CMYK 0.40 0 0.93 0.24
HSL 85.86º 0.87% 0.41% -
HSV(B) 85.86º 0.93% 0.76% -
XYZ 26.57 42.33 7.15 -
YUV 150.04 50.66 103.72 -
System Red Green Blue C M Y K H S L
Decimal 116 194 13 0.40 0 0.93 0.24 85.86 0.87 0.41
Hex 74 C2 D 28 0 5D 18 56 57 29
Octal 164 302 15 50 0 135 30 126 127 51
Binary 1110100 11000010 1101 101000 0 1011101 11000 1010110 1010111 101001

Color Harmonies of #74C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C20D

Black with #74C20D

Text Example


Text Example

White with #74C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,194,13); }

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

background-color css

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

 a { background-color: rgb(116,194,13); }

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

border-color css

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

 span { border-color: rgb(116,194,13); }

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