Html Css Color HEX #64CF2C Kelly Green

📋 copy color: '#64CF2C'

red 100 ◦ green 207 ◦ blue 44

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

Shades of Kelly Green #64CF2C

Tints of Kelly Green #64CF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 28.49%
G = 58.97%
B = 12.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#64CF2C (or 0x64CF2C) is known color: Kelly Green. HEX triplet: 64, CF and 2C. RGB value is (100,207,44). Sum of RGB (Red+Green+Blue) = 100+207+44=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF2C is #9B30D3. Grayscale: #9C9C9C. Windows color (decimal): -10170580 or 2936676. OLE color: 2936676.

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

Color convert

RGB 100 207 44 -
CMYK 0.52 0 0.79 0.19
HSL 99.39º 0.65% 0.49% -
HSV(B) 99.39º 0.79% 0.81% -
XYZ 28.02 47.52 10.08 -
YUV 156.43 64.55 87.75 -
System Red Green Blue C M Y K H S L
Decimal 100 207 44 0.52 0 0.79 0.19 99.39 0.65 0.49
Hex 64 CF 2C 34 0 4F 13 63 41 31
Octal 144 317 54 64 0 117 23 143 101 61
Binary 1100100 11001111 101100 110100 0 1001111 10011 1100011 1000001 110001

Color Harmonies of #64CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF2C

Black with #64CF2C

Text Example


Text Example

White with #64CF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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