Html Css Color HEX #64C31B Kelly Green

📋 copy color: '#64C31B'

red 100 ◦ green 195 ◦ blue 27

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

Shades of Kelly Green #64C31B

Tints of Kelly Green #64C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.56%

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 31.06%
G = 60.56%
B = 8.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#64C31B (or 0x64C31B) is known color: Kelly Green. HEX triplet: 64, C3 and 1B. RGB value is (100,195,27). Sum of RGB (Red+Green+Blue) = 100+195+27=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #64C31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C31B is #9B3CE4. Grayscale: #949494. Windows color (decimal): -10173669 or 1819492. OLE color: 1819492.

HSL color Cylindrical-coordinate representation of color #64C31B: hue angle of 93.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64C31B is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 27 -
CMYK 0.49 0 0.86 0.24
HSL 93.93º 0.76% 0.44% -
HSV(B) 93.93º 0.86% 0.76% -
XYZ 24.97 41.82 7.79 -
YUV 147.44 60.03 94.16 -
System Red Green Blue C M Y K H S L
Decimal 100 195 27 0.49 0 0.86 0.24 93.93 0.76 0.44
Hex 64 C3 1B 31 0 56 18 5E 4C 2C
Octal 144 303 33 61 0 126 30 136 114 54
Binary 1100100 11000011 11011 110001 0 1010110 11000 1011110 1001100 101100

Color Harmonies of #64C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C31B

Black with #64C31B

Text Example


Text Example

White with #64C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,27); }

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

background-color css

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

 a { background-color: rgb(100,195,27); }

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

border-color css

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

 span { border-color: rgb(100,195,27); }

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