Html Css Color HEX #74FF75 Screamin' Green

📋 copy color: '#74FF75'

red 116 ◦ green 255 ◦ blue 117

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

Shades of Screamin' Green #74FF75

Tints of Screamin' Green #74FF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.98%

R = 23.77%
G = 52.25%
B = 23.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#74FF75 (or 0x74FF75) is known color: Screamin' Green. HEX triplet: 74, FF and 75. RGB value is (116,255,117). Sum of RGB (Red+Green+Blue) = 116+255+117=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FF75 is #8B008A. Grayscale: #C6C6C6. Windows color (decimal): -9109643 or 7733108. OLE color: 7733108.

HSL color Cylindrical-coordinate representation of color #74FF75: hue angle of 120.43º 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 #74FF75 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 117 -
CMYK 0.55 0 0.54 0
HSL 120.43º 1% 0.73% -
HSV(B) 120.43º 0.55% 1% -
XYZ 46.17 76.52 29.17 -
YUV 197.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 116 255 117 0.55 0 0.54 0 120.43 1 0.73
Hex 74 FF 75 37 0 36 0 78 64 49
Octal 164 377 165 67 0 66 0 170 144 111
Binary 1110100 11111111 1110101 110111 0 110110 0 1111000 1100100 1001001

Color Harmonies of #74FF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF75

Black with #74FF75

Text Example


Text Example

White with #74FF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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