Html Css Color HEX #64ED0F Bright Green

📋 copy color: '#64ED0F'

red 100 ◦ green 237 ◦ blue 15

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

Shades of Bright Green #64ED0F

Tints of Bright Green #64ED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 67.33%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 28.41%
G = 67.33%
B = 4.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#64ED0F (or 0x64ED0F) is known color: Bright Green. HEX triplet: 64, ED and 0F. RGB value is (100,237,15). Sum of RGB (Red+Green+Blue) = 100+237+15=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 237 (92.97% from 255 or 67.33% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64ED0F is #9B12F0. Grayscale: #ABABAB. Windows color (decimal): -10162929 or 1043812. OLE color: 1043812.

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

Color convert

RGB 100 237 15 -
CMYK 0.58 0 0.94 0.07
HSL 97.03º 0.88% 0.49% -
HSV(B) 97.03º 0.94% 0.93% -
XYZ 35.63 63.31 10.79 -
YUV 170.73 40.11 77.55 -
System Red Green Blue C M Y K H S L
Decimal 100 237 15 0.58 0 0.94 0.07 97.03 0.88 0.49
Hex 64 ED F 3A 0 5E 7 61 58 31
Octal 144 355 17 72 0 136 7 141 130 61
Binary 1100100 11101101 1111 111010 0 1011110 111 1100001 1011000 110001

Color Harmonies of #64ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED0F

Black with #64ED0F

Text Example


Text Example

White with #64ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,237,15); }

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

background-color css

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

 a { background-color: rgb(100,237,15); }

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

border-color css

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

 span { border-color: rgb(100,237,15); }

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