#74F292

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

Shades of Light Green #74F292

Tints of Light Green #74F292

Color information

#74F292 (or 0x74F292) is unknown color: approx Light Green. HEX triplet: 74, F2 and 92. RGB value is (116,242,146). Sum of RGB (Red+Green+Blue) = 116+242+146=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #74F292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F292 is #8B0D6D. Grayscale: #C1C1C1. Windows color (decimal): -9112942 or 9630324. OLE color: 9630324.

HSL color Cylindrical-coordinate representation of color #74F292: hue angle of 134.29º 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 #74F292 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB116242146-
CMYK0.5200.400.05
HSL134.29º82.89%70.2%-
HSV(B)134.29º52.07%94.9%-
XYZ44.1469.2938.24-
YUV193.38101.2672.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=23.02%
G=48.02%
B=28.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421460.5200.400.05134.2982.8970.2
Hex74F292340285865346
Octal164362222640505206123106
Binary1110100111100101001001011010001010001011000011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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