Html Css Color HEX #64C102 Kelly Green

📋 copy color: '#64C102'

red 100 ◦ green 193 ◦ blue 2

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

Shades of Kelly Green #64C102

Tints of Kelly Green #64C102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 33.9%
G = 65.42%
B = 0.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#64C102 (or 0x64C102) is known color: Kelly Green. HEX triplet: 64, C1 and 02. RGB value is (100,193,2). Sum of RGB (Red+Green+Blue) = 100+193+2=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #64C102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C102 is #9B3EFD. Grayscale: #909090. Windows color (decimal): -10174206 or 180580. OLE color: 180580.

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

Color convert

RGB 100 193 2 -
CMYK 0.48 0 0.99 0.24
HSL 89.21º 0.98% 0.38% -
HSV(B) 89.21º 0.99% 0.76% -
XYZ 24.34 40.85 6.66 -
YUV 143.42 48.19 97.03 -
System Red Green Blue C M Y K H S L
Decimal 100 193 2 0.48 0 0.99 0.24 89.21 0.98 0.38
Hex 64 C1 2 30 0 63 18 59 62 26
Octal 144 301 2 60 0 143 30 131 142 46
Binary 1100100 11000001 10 110000 0 1100011 11000 1011001 1100010 100110

Color Harmonies of #64C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C102

Black with #64C102

Text Example


Text Example

White with #64C102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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