Html Css Color HEX #74FF85 Screamin' Green

📋 copy color: '#74FF85'

red 116 ◦ green 255 ◦ blue 133

#74FF85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #74FF85

Tints of Screamin' Green #74FF85

RGB

 RED value IS 116 (45.7% from 255) = 23.02%

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 23.02%
G = 50.6%
B = 26.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#74FF85 (or 0x74FF85) is known color: Screamin' Green. HEX triplet: 74, FF and 85. RGB value is (116,255,133). Sum of RGB (Red+Green+Blue) = 116+255+133=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF85 is #8B007A. Grayscale: #C7C7C7. Windows color (decimal): -9109627 or 8781684. OLE color: 8781684.

HSL color Cylindrical-coordinate representation of color #74FF85: hue angle of 127.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FF85 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 133 -
CMYK 0.55 0 0.48 0
HSL 127.34º 1% 0.73% -
HSV(B) 127.34º 0.55% 1% -
XYZ 47.2 76.93 34.55 -
YUV 199.53 90.45 68.42 -
System Red Green Blue C M Y K H S L
Decimal 116 255 133 0.55 0 0.48 0 127.34 1 0.73
Hex 74 FF 85 37 0 30 0 7F 64 49
Octal 164 377 205 67 0 60 0 177 144 111
Binary 1110100 11111111 10000101 110111 0 110000 0 1111111 1100100 1001001

Color Harmonies of #74FF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF85

Black with #74FF85

Text Example


Text Example

White with #74FF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,255,133); }

 H1.HeaderClassName
 {
   color: #74FF85;
 }
 .AnyTagClassName
 {
   color: #74FF85;
 }
</style>

background-color css

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

 a { background-color: rgb(116,255,133); }

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

border-color css

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

 span { border-color: rgb(116,255,133); }

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