#74CE0A

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

Shades of Christi #74CE0A

Tints of Christi #74CE0A

Color information

#74CE0A (or 0x74CE0A) is unknown color: approx Christi. HEX triplet: 74, CE and 0A. RGB value is (116,206,10). Sum of RGB (Red+Green+Blue) = 116+206+10=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CE0A is #8B31F5. Grayscale: #9D9D9D. Windows color (decimal): -9122294 or 708212. OLE color: 708212.

HSL color Cylindrical-coordinate representation of color #74CE0A: hue angle of 87.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74CE0A is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB11620610-
CMYK0.4400.950.19
HSL87.55º90.74%42.35%-
HSV(B)87.55º95.15%80.78%-
XYZ29.3347.887.98-
YUV156.7545.1898.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 206 (80.86% from 255) = 62.05%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=34.94%
G=62.05%
B=3.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116206100.4400.950.1987.5590.7442.35
Hex74CEA2C05F13585b2a
Octal164316125401372313013352
Binary1110100110011101010101100010111111001110110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,206,10); }

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

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

 a { background-color: rgb(116,206,10); }

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

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

 span { border-color: rgb(116,206,10); }

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