Html Css Color HEX #74C80B Christi

📋 copy color: '#74C80B'

red 116 ◦ green 200 ◦ blue 11

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

Shades of Christi #74C80B

Tints of Christi #74C80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 35.47%
G = 61.16%
B = 3.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#74C80B (or 0x74C80B) is known color: Christi. HEX triplet: 74, C8 and 0B. RGB value is (116,200,11). Sum of RGB (Red+Green+Blue) = 116+200+11=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #74C80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C80B is #8B37F4. Grayscale: #9A9A9A. Windows color (decimal): -9123829 or 772212. OLE color: 772212.

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

Color convert

RGB 116 200 11 -
CMYK 0.42 0 0.94 0.22
HSL 86.67º 0.9% 0.41% -
HSV(B) 86.67º 0.95% 0.78% -
XYZ 27.92 45.05 7.54 -
YUV 153.34 47.67 101.37 -
System Red Green Blue C M Y K H S L
Decimal 116 200 11 0.42 0 0.94 0.22 86.67 0.9 0.41
Hex 74 C8 B 2A 0 5E 16 57 5A 29
Octal 164 310 13 52 0 136 26 127 132 51
Binary 1110100 11001000 1011 101010 0 1011110 10110 1010111 1011010 101001

Color Harmonies of #74C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C80B

Black with #74C80B

Text Example


Text Example

White with #74C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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