Html Css Color HEX #64EF1D Bright Green

📋 copy color: '#64EF1D'

red 100 ◦ green 239 ◦ blue 29

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

Shades of Bright Green #64EF1D

Tints of Bright Green #64EF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.95%

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 27.17%
G = 64.95%
B = 7.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#64EF1D (or 0x64EF1D) is known color: Bright Green. HEX triplet: 64, EF and 1D. RGB value is (100,239,29). Sum of RGB (Red+Green+Blue) = 100+239+29=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 239 (93.75% from 255 or 64.95% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EF1D is #9B10E2. Grayscale: #AEAEAE. Windows color (decimal): -10162403 or 1961828. OLE color: 1961828.

HSL color Cylindrical-coordinate representation of color #64EF1D: hue angle of 99.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64EF1D is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 29 -
CMYK 0.58 0 0.88 0.06
HSL 99.71º 0.87% 0.53% -
HSV(B) 99.71º 0.88% 0.94% -
XYZ 36.34 64.53 11.7 -
YUV 173.5 46.45 75.58 -
System Red Green Blue C M Y K H S L
Decimal 100 239 29 0.58 0 0.88 0.06 99.71 0.87 0.53
Hex 64 EF 1D 3A 0 58 6 64 57 35
Octal 144 357 35 72 0 130 6 144 127 65
Binary 1100100 11101111 11101 111010 0 1011000 110 1100100 1010111 110101

Color Harmonies of #64EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EF1D

Black with #64EF1D

Text Example


Text Example

White with #64EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,239,29); }

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

background-color css

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

 a { background-color: rgb(100,239,29); }

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

border-color css

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

 span { border-color: rgb(100,239,29); }

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