Html Css Color HEX #64DA07 Bright Green

📋 copy color: '#64DA07'

red 100 ◦ green 218 ◦ blue 7

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

Shades of Bright Green #64DA07

Tints of Bright Green #64DA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.08%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 30.77%
G = 67.08%
B = 2.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#64DA07 (or 0x64DA07) is known color: Bright Green. HEX triplet: 64, DA and 07. RGB value is (100,218,7). Sum of RGB (Red+Green+Blue) = 100+218+7=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DA07 is #9B25F8. Grayscale: #9F9F9F. Windows color (decimal): -10167801 or 514660. OLE color: 514660.

HSL color Cylindrical-coordinate representation of color #64DA07: hue angle of 93.55º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64DA07 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 7 -
CMYK 0.54 0 0.97 0.15
HSL 93.55º 0.94% 0.44% -
HSV(B) 93.55º 0.97% 0.85% -
XYZ 30.37 52.87 8.81 -
YUV 158.66 42.41 86.16 -
System Red Green Blue C M Y K H S L
Decimal 100 218 7 0.54 0 0.97 0.15 93.55 0.94 0.44
Hex 64 DA 7 36 0 61 F 5E 5E 2C
Octal 144 332 7 66 0 141 17 136 136 54
Binary 1100100 11011010 111 110110 0 1100001 1111 1011110 1011110 101100

Color Harmonies of #64DA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA07

Black with #64DA07

Text Example


Text Example

White with #64DA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,7); }

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

background-color css

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

 a { background-color: rgb(100,218,7); }

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

border-color css

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

 span { border-color: rgb(100,218,7); }

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