Html Css Color HEX #64F965 Screamin' Green

📋 copy color: '#64F965'

red 100 ◦ green 249 ◦ blue 101

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

Shades of Screamin' Green #64F965

Tints of Screamin' Green #64F965

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.33%

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 22.22%
G = 55.33%
B = 22.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#64F965 (or 0x64F965) is known color: Screamin' Green. HEX triplet: 64, F9 and 65. RGB value is (100,249,101). Sum of RGB (Red+Green+Blue) = 100+249+101=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #64F965 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F965 is #9B069A. Grayscale: #BCBCBC. Windows color (decimal): -10159771 or 6682980. OLE color: 6682980.

HSL color Cylindrical-coordinate representation of color #64F965: hue angle of 120.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F965 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 101 -
CMYK 0.60 0 0.59 0.02
HSL 120.4º 0.93% 0.68% -
HSV(B) 120.4º 0.6% 0.98% -
XYZ 41.48 71.4 23.91 -
YUV 187.58 79.14 65.53 -
System Red Green Blue C M Y K H S L
Decimal 100 249 101 0.60 0 0.59 0.02 120.4 0.93 0.68
Hex 64 F9 65 3C 0 3B 2 78 5D 44
Octal 144 371 145 74 0 73 2 170 135 104
Binary 1100100 11111001 1100101 111100 0 111011 10 1111000 1011101 1000100

Color Harmonies of #64F965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F965

Black with #64F965

Text Example


Text Example

White with #64F965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,101); }

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

background-color css

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

 a { background-color: rgb(100,249,101); }

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

border-color css

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

 span { border-color: rgb(100,249,101); }

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