Html Css Color HEX #64C105 Kelly Green

📋 copy color: '#64C105'

red 100 ◦ green 193 ◦ blue 5

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

Shades of Kelly Green #64C105

Tints of Kelly Green #64C105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 33.56%
G = 64.77%
B = 1.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#64C105 (or 0x64C105) is known color: Kelly Green. HEX triplet: 64, C1 and 05. RGB value is (100,193,5). Sum of RGB (Red+Green+Blue) = 100+193+5=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #64C105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C105 is #9B3EFA. Grayscale: #909090. Windows color (decimal): -10174203 or 377188. OLE color: 377188.

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

Color convert

RGB 100 193 5 -
CMYK 0.48 0 0.97 0.24
HSL 89.68º 0.95% 0.39% -
HSV(B) 89.68º 0.97% 0.76% -
XYZ 24.35 40.86 6.75 -
YUV 143.76 49.69 96.79 -
System Red Green Blue C M Y K H S L
Decimal 100 193 5 0.48 0 0.97 0.24 89.68 0.95 0.39
Hex 64 C1 5 30 0 61 18 5A 5F 27
Octal 144 301 5 60 0 141 30 132 137 47
Binary 1100100 11000001 101 110000 0 1100001 11000 1011010 1011111 100111

Color Harmonies of #64C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C105

Black with #64C105

Text Example


Text Example

White with #64C105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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