Html Css Color HEX #64CF2D Kelly Green

📋 copy color: '#64CF2D'

red 100 ◦ green 207 ◦ blue 45

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

Shades of Kelly Green #64CF2D

Tints of Kelly Green #64CF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 28.41%
G = 58.81%
B = 12.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#64CF2D (or 0x64CF2D) is known color: Kelly Green. HEX triplet: 64, CF and 2D. RGB value is (100,207,45). Sum of RGB (Red+Green+Blue) = 100+207+45=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CF2D is #9B30D2. Grayscale: #9D9D9D. Windows color (decimal): -10170579 or 3002212. OLE color: 3002212.

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

Color convert

RGB 100 207 45 -
CMYK 0.52 0 0.78 0.19
HSL 99.63º 0.64% 0.49% -
HSV(B) 99.63º 0.78% 0.81% -
XYZ 28.04 47.52 10.18 -
YUV 156.54 65.05 87.67 -
System Red Green Blue C M Y K H S L
Decimal 100 207 45 0.52 0 0.78 0.19 99.63 0.64 0.49
Hex 64 CF 2D 34 0 4E 13 64 40 31
Octal 144 317 55 64 0 116 23 144 100 61
Binary 1100100 11001111 101101 110100 0 1001110 10011 1100100 1000000 110001

Color Harmonies of #64CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF2D

Black with #64CF2D

Text Example


Text Example

White with #64CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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