Html Css Color HEX #64F13C Screamin' Green

📋 copy color: '#64F13C'

red 100 ◦ green 241 ◦ blue 60

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

Shades of Screamin' Green #64F13C

Tints of Screamin' Green #64F13C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.1%

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 24.94%
G = 60.1%
B = 14.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#64F13C (or 0x64F13C) is known color: Screamin' Green. HEX triplet: 64, F1 and 3C. RGB value is (100,241,60). Sum of RGB (Red+Green+Blue) = 100+241+60=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #64F13C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F13C is #9B0EC3. Grayscale: #B2B2B2. Windows color (decimal): -10161860 or 3993956. OLE color: 3993956.

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

Color convert

RGB 100 241 60 -
CMYK 0.59 0 0.75 0.05
HSL 106.74º 0.87% 0.59% -
HSV(B) 106.74º 0.75% 0.95% -
XYZ 37.53 65.95 15.03 -
YUV 178.21 61.29 72.22 -
System Red Green Blue C M Y K H S L
Decimal 100 241 60 0.59 0 0.75 0.05 106.74 0.87 0.59
Hex 64 F1 3C 3B 0 4B 5 6B 57 3B
Octal 144 361 74 73 0 113 5 153 127 73
Binary 1100100 11110001 111100 111011 0 1001011 101 1101011 1010111 111011

Color Harmonies of #64F13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F13C

Black with #64F13C

Text Example


Text Example

White with #64F13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,241,60); }

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

background-color css

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

 a { background-color: rgb(100,241,60); }

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

border-color css

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

 span { border-color: rgb(100,241,60); }

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