Html Css Color HEX #64F90E Bright Green

📋 copy color: '#64F90E'

red 100 ◦ green 249 ◦ blue 14

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

Shades of Bright Green #64F90E

Tints of Bright Green #64F90E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.6%

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 27.55%
G = 68.6%
B = 3.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#64F90E (or 0x64F90E) is known color: Bright Green. HEX triplet: 64, F9 and 0E. RGB value is (100,249,14). Sum of RGB (Red+Green+Blue) = 100+249+14=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #64F90E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F90E is #9B06F1. Grayscale: #B2B2B2. Windows color (decimal): -10159858 or 981348. OLE color: 981348.

HSL color Cylindrical-coordinate representation of color #64F90E: hue angle of 98.04º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64F90E is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 249 14 -
CMYK 0.60 0 0.94 0.02
HSL 98.04º 0.95% 0.52% -
HSV(B) 98.04º 0.94% 0.98% -
XYZ 39.21 70.49 11.96 -
YUV 177.66 35.64 72.61 -
System Red Green Blue C M Y K H S L
Decimal 100 249 14 0.60 0 0.94 0.02 98.04 0.95 0.52
Hex 64 F9 E 3C 0 5E 2 62 5F 34
Octal 144 371 16 74 0 136 2 142 137 64
Binary 1100100 11111001 1110 111100 0 1011110 10 1100010 1011111 110100

Color Harmonies of #64F90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F90E

Black with #64F90E

Text Example


Text Example

White with #64F90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,249,14); }

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

background-color css

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

 a { background-color: rgb(100,249,14); }

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

border-color css

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

 span { border-color: rgb(100,249,14); }

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