Html Css Color HEX #64C107 Kelly Green

📋 copy color: '#64C107'

red 100 ◦ green 193 ◦ blue 7

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

Shades of Kelly Green #64C107

Tints of Kelly Green #64C107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.33%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 33.33%
G = 64.33%
B = 2.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#64C107 (or 0x64C107) is known color: Kelly Green. HEX triplet: 64, C1 and 07. RGB value is (100,193,7). Sum of RGB (Red+Green+Blue) = 100+193+7=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #64C107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C107 is #9B3EF8. Grayscale: #909090. Windows color (decimal): -10174201 or 508260. OLE color: 508260.

HSL color Cylindrical-coordinate representation of color #64C107: hue angle of 90º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64C107 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 7 -
CMYK 0.48 0 0.96 0.24
HSL 90º 0.93% 0.39% -
HSV(B) 90º 0.96% 0.76% -
XYZ 24.36 40.86 6.8 -
YUV 143.99 50.69 96.62 -
System Red Green Blue C M Y K H S L
Decimal 100 193 7 0.48 0 0.96 0.24 90 0.93 0.39
Hex 64 C1 7 30 0 60 18 5A 5D 27
Octal 144 301 7 60 0 140 30 132 135 47
Binary 1100100 11000001 111 110000 0 1100000 11000 1011010 1011101 100111

Color Harmonies of #64C107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C107

Black with #64C107

Text Example


Text Example

White with #64C107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,7); }

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

background-color css

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

 a { background-color: rgb(100,193,7); }

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

border-color css

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

 span { border-color: rgb(100,193,7); }

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