Html Css Color HEX #64F740 Screamin' Green

📋 copy color: '#64F740'

red 100 ◦ green 247 ◦ blue 64

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

Shades of Screamin' Green #64F740

Tints of Screamin' Green #64F740

RGB

 RED value IS 100 (39.45% from 255) = 24.33%

 GREEN value IS 247 (96.88% from 255) = 60.1%

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 24.33%
G = 60.1%
B = 15.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#64F740 (or 0x64F740) is known color: Screamin' Green. HEX triplet: 64, F7 and 40. RGB value is (100,247,64). Sum of RGB (Red+Green+Blue) = 100+247+64=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 247 (96.88% from 255 or 60.10% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 247 - color contains mainly: green. Hex color #64F740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F740 is #9B08BF. Grayscale: #B6B6B6. Windows color (decimal): -10160320 or 4257636. OLE color: 4257636.

HSL color Cylindrical-coordinate representation of color #64F740: hue angle of 108.2º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64F740 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 247 64 -
CMYK 0.60 0 0.74 0.03
HSL 108.2º 0.92% 0.61% -
HSV(B) 108.2º 0.74% 0.97% -
XYZ 39.44 69.6 16.21 -
YUV 182.19 61.3 69.38 -
System Red Green Blue C M Y K H S L
Decimal 100 247 64 0.60 0 0.74 0.03 108.2 0.92 0.61
Hex 64 F7 40 3C 0 4A 3 6C 5C 3D
Octal 144 367 100 74 0 112 3 154 134 75
Binary 1100100 11110111 1000000 111100 0 1001010 11 1101100 1011100 111101

Color Harmonies of #64F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F740

Black with #64F740

Text Example


Text Example

White with #64F740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64F740; }

 p { color: rgb(100,247,64); }

 H1.HeaderClassName
 {
   color: #64F740;
 }
 .AnyTagClassName
 {
   color: #64F740;
 }
</style>

background-color css

<style>
 a { background-color: #64F740; }

 a { background-color: rgb(100,247,64); }

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

border-color css

<style>
 span { border-color: #64F740; }

 span { border-color: rgb(100,247,64); }

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