Html Css Color HEX #64F221 Bright Green

📋 copy color: '#64F221'

red 100 ◦ green 242 ◦ blue 33

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

Shades of Bright Green #64F221

Tints of Bright Green #64F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.53%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 26.67%
G = 64.53%
B = 8.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#64F221 (or 0x64F221) is known color: Bright Green. HEX triplet: 64, F2 and 21. RGB value is (100,242,33). Sum of RGB (Red+Green+Blue) = 100+242+33=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #64F221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F221 is #9B0DDE. Grayscale: #B0B0B0. Windows color (decimal): -10161631 or 2224740. OLE color: 2224740.

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

Color convert

RGB 100 242 33 -
CMYK 0.59 0 0.86 0.05
HSL 100.77º 0.89% 0.54% -
HSV(B) 100.77º 0.86% 0.95% -
XYZ 37.28 66.32 12.28 -
YUV 175.72 47.46 73.99 -
System Red Green Blue C M Y K H S L
Decimal 100 242 33 0.59 0 0.86 0.05 100.77 0.89 0.54
Hex 64 F2 21 3B 0 56 5 65 59 36
Octal 144 362 41 73 0 126 5 145 131 66
Binary 1100100 11110010 100001 111011 0 1010110 101 1100101 1011001 110110

Color Harmonies of #64F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F221

Black with #64F221

Text Example


Text Example

White with #64F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,242,33); }

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

background-color css

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

 a { background-color: rgb(100,242,33); }

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

border-color css

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

 span { border-color: rgb(100,242,33); }

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