Html Css Color HEX #64C104 Kelly Green

📋 copy color: '#64C104'

red 100 ◦ green 193 ◦ blue 4

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

Shades of Kelly Green #64C104

Tints of Kelly Green #64C104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 33.67%
G = 64.98%
B = 1.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#64C104 (or 0x64C104) is known color: Kelly Green. HEX triplet: 64, C1 and 04. RGB value is (100,193,4). Sum of RGB (Red+Green+Blue) = 100+193+4=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #64C104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C104 is #9B3EFB. Grayscale: #909090. Windows color (decimal): -10174204 or 311652. OLE color: 311652.

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

Color convert

RGB 100 193 4 -
CMYK 0.48 0 0.98 0.24
HSL 89.52º 0.96% 0.39% -
HSV(B) 89.52º 0.98% 0.76% -
XYZ 24.35 40.86 6.72 -
YUV 143.65 49.19 96.87 -
System Red Green Blue C M Y K H S L
Decimal 100 193 4 0.48 0 0.98 0.24 89.52 0.96 0.39
Hex 64 C1 4 30 0 62 18 5A 60 27
Octal 144 301 4 60 0 142 30 132 140 47
Binary 1100100 11000001 100 110000 0 1100010 11000 1011010 1100000 100111

Color Harmonies of #64C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C104

Black with #64C104

Text Example


Text Example

White with #64C104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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