Html Css Color HEX #74FD64 Screamin' Green

📋 copy color: '#74FD64'

red 116 ◦ green 253 ◦ blue 100

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

Shades of Screamin' Green #74FD64

Tints of Screamin' Green #74FD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.94%

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 24.73%
G = 53.94%
B = 21.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#74FD64 (or 0x74FD64) is known color: Screamin' Green. HEX triplet: 74, FD and 64. RGB value is (116,253,100). Sum of RGB (Red+Green+Blue) = 116+253+100=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FD64 is #8B029B. Grayscale: #C3C3C3. Windows color (decimal): -9110172 or 6618484. OLE color: 6618484.

HSL color Cylindrical-coordinate representation of color #74FD64: hue angle of 113.73º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74FD64 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 100 -
CMYK 0.54 0 0.60 0.01
HSL 113.73º 0.97% 0.69% -
HSV(B) 113.73º 0.6% 0.99% -
XYZ 44.63 74.88 24.16 -
YUV 194.6 74.61 71.94 -
System Red Green Blue C M Y K H S L
Decimal 116 253 100 0.54 0 0.60 0.01 113.73 0.97 0.69
Hex 74 FD 64 36 0 3C 1 72 61 45
Octal 164 375 144 66 0 74 1 162 141 105
Binary 1110100 11111101 1100100 110110 0 111100 1 1110010 1100001 1000101

Color Harmonies of #74FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FD64

Black with #74FD64

Text Example


Text Example

White with #74FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,253,100); }

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

background-color css

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

 a { background-color: rgb(116,253,100); }

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

border-color css

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

 span { border-color: rgb(116,253,100); }

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