Html Css Color HEX #64ED34 Bright Green

📋 copy color: '#64ED34'

red 100 ◦ green 237 ◦ blue 52

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

Shades of Bright Green #64ED34

Tints of Bright Green #64ED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 25.71%
G = 60.93%
B = 13.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#64ED34 (or 0x64ED34) is known color: Bright Green. HEX triplet: 64, ED and 34. RGB value is (100,237,52). Sum of RGB (Red+Green+Blue) = 100+237+52=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 237 (92.97% from 255 or 60.93% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED34 is #9B12CB. Grayscale: #AFAFAF. Windows color (decimal): -10162892 or 3468644. OLE color: 3468644.

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

Color convert

RGB 100 237 52 -
CMYK 0.58 0 0.78 0.07
HSL 104.43º 0.84% 0.57% -
HSV(B) 104.43º 0.78% 0.93% -
XYZ 36.16 63.53 13.6 -
YUV 174.95 58.61 74.54 -
System Red Green Blue C M Y K H S L
Decimal 100 237 52 0.58 0 0.78 0.07 104.43 0.84 0.57
Hex 64 ED 34 3A 0 4E 7 68 54 39
Octal 144 355 64 72 0 116 7 150 124 71
Binary 1100100 11101101 110100 111010 0 1001110 111 1101000 1010100 111001

Color Harmonies of #64ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ED34

Black with #64ED34

Text Example


Text Example

White with #64ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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