Html Css Color HEX #64CF00 Kelly Green

📋 copy color: '#64CF00'

red 100 ◦ green 207 ◦ blue 0

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

Shades of Kelly Green #64CF00

Tints of Kelly Green #64CF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.57%
G = 67.43%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#64CF00 (or 0x64CF00) is known color: Kelly Green. HEX triplet: 64, CF and 00. RGB value is (100,207,0). Sum of RGB (Red+Green+Blue) = 100+207+0=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CF00 is #9B30FF. Grayscale: #989898. Windows color (decimal): -10170624 or 53092. OLE color: 53092.

HSL color Cylindrical-coordinate representation of color #64CF00: hue angle of 91.01º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64CF00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 0 -
CMYK 0.52 0 1 0.19
HSL 91.01º 1% 0.41% -
HSV(B) 91.01º 1% 0.81% -
XYZ 27.57 47.33 7.68 -
YUV 151.41 42.55 91.33 -
System Red Green Blue C M Y K H S L
Decimal 100 207 0 0.52 0 1 0.19 91.01 1 0.41
Hex 64 CF 0 34 0 64 13 5B 64 29
Octal 144 317 0 64 0 144 23 133 144 51
Binary 1100100 11001111 0 110100 0 1100100 10011 1011011 1100100 101001

Color Harmonies of #64CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF00

Black with #64CF00

Text Example


Text Example

White with #64CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,207,0); }

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

background-color css

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

 a { background-color: rgb(100,207,0); }

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

border-color css

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

 span { border-color: rgb(100,207,0); }

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