Html Css Color HEX #64DC09 Bright Green

📋 copy color: '#64DC09'

red 100 ◦ green 220 ◦ blue 9

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

Shades of Bright Green #64DC09

Tints of Bright Green #64DC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.87%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 30.4%
G = 66.87%
B = 2.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#64DC09 (or 0x64DC09) is known color: Bright Green. HEX triplet: 64, DC and 09. RGB value is (100,220,9). Sum of RGB (Red+Green+Blue) = 100+220+9=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DC09 is #9B23F6. Grayscale: #A0A0A0. Windows color (decimal): -10167287 or 646244. OLE color: 646244.

HSL color Cylindrical-coordinate representation of color #64DC09: hue angle of 94.12º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64DC09 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 9 -
CMYK 0.55 0 0.96 0.14
HSL 94.12º 0.92% 0.45% -
HSV(B) 94.12º 0.96% 0.86% -
XYZ 30.9 53.92 9.04 -
YUV 160.07 42.74 85.16 -
System Red Green Blue C M Y K H S L
Decimal 100 220 9 0.55 0 0.96 0.14 94.12 0.92 0.45
Hex 64 DC 9 37 0 60 E 5E 5C 2D
Octal 144 334 11 67 0 140 16 136 134 55
Binary 1100100 11011100 1001 110111 0 1100000 1110 1011110 1011100 101101

Color Harmonies of #64DC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC09

Black with #64DC09

Text Example


Text Example

White with #64DC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,9); }

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

background-color css

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

 a { background-color: rgb(100,220,9); }

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

border-color css

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

 span { border-color: rgb(100,220,9); }

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