#74F28C

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

Shades of Light Green #74F28C

Tints of Light Green #74F28C

Color information

#74F28C (or 0x74F28C) is unknown color: approx Light Green. HEX triplet: 74, F2 and 8C. RGB value is (116,242,140). Sum of RGB (Red+Green+Blue) = 116+242+140=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #74F28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F28C is #8B0D73. Grayscale: #C0C0C0. Windows color (decimal): -9112948 or 9237108. OLE color: 9237108.

HSL color Cylindrical-coordinate representation of color #74F28C: hue angle of 131.43º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F28C is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB116242140-
CMYK0.5200.420.05
HSL131.43º82.89%70.2%-
HSV(B)131.43º52.07%94.9%-
XYZ43.6969.1135.85-
YUV192.798.2673.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.29%
GREEN value IS 242 (94.92% from 255) = 48.59%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=23.29%
G=48.59%
B=28.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421400.5200.420.05131.4382.8970.2
Hex74F28C3402A5835346
Octal164362214640525203123106
Binary1110100111100101000110011010001010101011000001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,242,140); }

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

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

 a { background-color: rgb(116,242,140); }

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

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

 span { border-color: rgb(116,242,140); }

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