#74C30E

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

Shades of Christi #74C30E

Tints of Christi #74C30E

Color information

#74C30E (or 0x74C30E) is unknown color: approx Christi. HEX triplet: 74, C3 and 0E. RGB value is (116,195,14). Sum of RGB (Red+Green+Blue) = 116+195+14=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #74C30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C30E is #8B3CF1. Grayscale: #979797. Windows color (decimal): -9125106 or 967540. OLE color: 967540.

HSL color Cylindrical-coordinate representation of color #74C30E: hue angle of 86.19º 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 #74C30E is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB11619514-
CMYK0.4100.930.24
HSL86.19º86.6%40.98%-
HSV(B)86.19º92.82%76.47%-
XYZ26.842.777.26-
YUV150.7450.83103.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 195 (76.56% from 255) = 60%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=35.69%
G=60%
B=4.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195140.4100.930.2486.1986.640.98
Hex74C3E2905D18565729
Octal164303165101353012612751
Binary1110100110000111110101001010111011100010101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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