Html Css Color HEX #64F219 Bright Green

📋 copy color: '#64F219'

red 100 ◦ green 242 ◦ blue 25

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

Shades of Bright Green #64F219

Tints of Bright Green #64F219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 27.25%
G = 65.94%
B = 6.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#64F219 (or 0x64F219) is known color: Bright Green. HEX triplet: 64, F2 and 19. RGB value is (100,242,25). Sum of RGB (Red+Green+Blue) = 100+242+25=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #64F219 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F219 is #9B0DE6. Grayscale: #AFAFAF. Windows color (decimal): -10161639 or 1700452. OLE color: 1700452.

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

Color convert

RGB 100 242 25 -
CMYK 0.59 0 0.90 0.05
HSL 99.26º 0.89% 0.52% -
HSV(B) 99.26º 0.9% 0.95% -
XYZ 37.18 66.28 11.75 -
YUV 174.8 43.46 74.64 -
System Red Green Blue C M Y K H S L
Decimal 100 242 25 0.59 0 0.90 0.05 99.26 0.89 0.52
Hex 64 F2 19 3B 0 5A 5 63 59 34
Octal 144 362 31 73 0 132 5 143 131 64
Binary 1100100 11110010 11001 111011 0 1011010 101 1100011 1011001 110100

Color Harmonies of #64F219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F219

Black with #64F219

Text Example


Text Example

White with #64F219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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