Html Css Color HEX #64E015 Bright Green

📋 copy color: '#64E015'

red 100 ◦ green 224 ◦ blue 21

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

Shades of Bright Green #64E015

Tints of Bright Green #64E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.93%

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

R = 28.99%
G = 64.93%
B = 6.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#64E015 (or 0x64E015) is known color: Bright Green. HEX triplet: 64, E0 and 15. RGB value is (100,224,21). Sum of RGB (Red+Green+Blue) = 100+224+21=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #64E015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E015 is #9B1FEA. Grayscale: #A4A4A4. Windows color (decimal): -10166251 or 1433700. OLE color: 1433700.

HSL color Cylindrical-coordinate representation of color #64E015: hue angle of 96.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64E015 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 21 -
CMYK 0.55 0 0.91 0.12
HSL 96.65º 0.83% 0.48% -
HSV(B) 96.65º 0.91% 0.88% -
XYZ 32.05 56.07 9.84 -
YUV 163.78 47.42 82.51 -
System Red Green Blue C M Y K H S L
Decimal 100 224 21 0.55 0 0.91 0.12 96.65 0.83 0.48
Hex 64 E0 15 37 0 5B C 61 53 30
Octal 144 340 25 67 0 133 14 141 123 60
Binary 1100100 11100000 10101 110111 0 1011011 1100 1100001 1010011 110000

Color Harmonies of #64E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E015

Black with #64E015

Text Example


Text Example

White with #64E015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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