Html Css Color HEX #64F215 Bright Green

📋 copy color: '#64F215'

red 100 ◦ green 242 ◦ blue 21

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

Shades of Bright Green #64F215

Tints of Bright Green #64F215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.79%

R = 27.55%
G = 66.67%
B = 5.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#64F215 (or 0x64F215) is known color: Bright Green. HEX triplet: 64, F2 and 15. RGB value is (100,242,21). Sum of RGB (Red+Green+Blue) = 100+242+21=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #64F215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F215 is #9B0DEA. Grayscale: #AFAFAF. Windows color (decimal): -10161643 or 1438308. OLE color: 1438308.

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

Color convert

RGB 100 242 21 -
CMYK 0.59 0 0.91 0.05
HSL 98.55º 0.89% 0.52% -
HSV(B) 98.55º 0.91% 0.95% -
XYZ 37.14 66.27 11.54 -
YUV 174.35 41.46 74.97 -
System Red Green Blue C M Y K H S L
Decimal 100 242 21 0.59 0 0.91 0.05 98.55 0.89 0.52
Hex 64 F2 15 3B 0 5B 5 63 59 34
Octal 144 362 25 73 0 133 5 143 131 64
Binary 1100100 11110010 10101 111011 0 1011011 101 1100011 1011001 110100

Color Harmonies of #64F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F215

Black with #64F215

Text Example


Text Example

White with #64F215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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