#74C803

Color #74C803 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #74C803

Tints of Christi #74C803

Color information

#74C803 (or 0x74C803) is unknown color: approx Christi. HEX triplet: 74, C8 and 03. RGB value is (116,200,3). Sum of RGB (Red+Green+Blue) = 116+200+3=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #74C803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C803 is #8B37FC. Grayscale: #999999. Windows color (decimal): -9123837 or 247924. OLE color: 247924.

HSL color Cylindrical-coordinate representation of color #74C803: hue angle of 85.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74C803 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1162003-
CMYK0.4200.980.22
HSL85.58º97.04%39.8%-
HSV(B)85.58º98.5%78.43%-
XYZ27.8745.037.31-
YUV152.4343.67102.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 200 (78.52% from 255) = 62.70%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=36.36%
G=62.70%
B=0.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11620030.4200.980.2285.5897.0439.8
Hex74C832A06216566128
Octal16431035201422612614150
Binary11101001100100011101010011000101011010101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74C803;
 }
 .AnyTagClassName
 {
   color: #74C803;
 }
</style>
background-color css

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

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

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

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

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

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