#74F13A

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

Shades of Screamin' Green #74F13A

Tints of Screamin' Green #74F13A

Color information

#74F13A (or 0x74F13A) is unknown color: approx Screamin' Green. HEX triplet: 74, F1 and 3A. RGB value is (116,241,58). Sum of RGB (Red+Green+Blue) = 116+241+58=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 241 (94.53% from 255 or 58.07% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 241 - color contains mainly: green. Hex color #74F13A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F13A is #8B0EC5. Grayscale: #B7B7B7. Windows color (decimal): -9113286 or 3862900. OLE color: 3862900.

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

Color convert

RGB11624158-
CMYK0.5200.760.05
HSL100.98º86.73%58.63%-
HSV(B)100.98º75.93%94.51%-
XYZ39.4266.9314.84-
YUV182.7657.5980.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 241 (94.53% from 255) = 58.07%
BLUE value IS 58 (23.05% from 255) = 13.98%
R=27.95%
G=58.07%
B=13.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116241580.5200.760.05100.9886.7358.63
Hex74F13A3404C565573b
Octal16436172640114514512773
Binary1110100111100011110101101000100110010111001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,241,58); }

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

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

 a { background-color: rgb(116,241,58); }

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

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

 span { border-color: rgb(116,241,58); }

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